Home
last modified time | relevance | path

Searched refs:StrE (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp1123 StrE = dyn_cast<StringLiteral>(OrigArg->IgnoreParens())) { in doRewriteToUTF8StringBoxedExpressionHelper() local
1124 commit.replaceWithInner(Msg->getSourceRange(), StrE->getSourceRange()); in doRewriteToUTF8StringBoxedExpressionHelper()
1125 commit.insert(StrE->getLocStart(), "@"); in doRewriteToUTF8StringBoxedExpressionHelper()
/external/clang/lib/Sema/
DSemaChecking.cpp2748 const StringLiteral *StrE = nullptr; in checkFormatStringExpr() local
2751 StrE = ObjCFExpr->getString(); in checkFormatStringExpr()
2753 StrE = cast<StringLiteral>(E); in checkFormatStringExpr()
2755 if (StrE) { in checkFormatStringExpr()
2756 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()