Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDRewriteObjCFoundationAPI.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()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp3011 const StringLiteral *StrE = nullptr; in checkFormatStringExpr() local
3014 StrE = ObjCFExpr->getString(); in checkFormatStringExpr()
3016 StrE = cast<StringLiteral>(E); in checkFormatStringExpr()
3018 if (StrE) { in checkFormatStringExpr()
3019 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg, in checkFormatStringExpr()