Home
last modified time | relevance | path

Searched refs:BuildObjCStringLiteral (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp78 return BuildObjCStringLiteral(AtLocs[0], S); in ParseObjCStringLiteral()
81 ExprResult Sema::BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S){ in BuildObjCStringLiteral() function in Sema
456 Result = S.BuildObjCStringLiteral(OrigElement->getBeginLoc(), String); in CheckObjCCollectionLiteralElement()
H A DSemaExpr.cpp16818 Exp = BuildObjCStringLiteral(SL->getBeginLoc(), SL).get(); in CheckConversionToObjCLiteral()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7214 ExprResult BuildObjCStringLiteral(SourceLocation AtLoc, StringLiteral *S);