Searched refs:StrE (Results 1 – 2 of 2) sorted by relevance
1122 StrE = dyn_cast<StringLiteral>(OrigArg->IgnoreParens())) { in doRewriteToUTF8StringBoxedExpressionHelper() local1123 commit.replaceWithInner(Msg->getSourceRange(), StrE->getSourceRange()); in doRewriteToUTF8StringBoxedExpressionHelper()1124 commit.insert(StrE->getLocStart(), "@"); in doRewriteToUTF8StringBoxedExpressionHelper()
1812 const StringLiteral *StrE = NULL; in checkFormatStringExpr() local1815 StrE = ObjCFExpr->getString(); in checkFormatStringExpr()1817 StrE = cast<StringLiteral>(E); in checkFormatStringExpr()1819 if (StrE) { in checkFormatStringExpr()1820 CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, in checkFormatStringExpr()