Home
last modified time | relevance | path

Searched refs:ParseObjCStringLiteral (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h659 ExprResult ParseObjCStringLiteral(SourceLocation *AtLocs,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2879 return ParsePostfixExpressionSuffix(ParseObjCStringLiteral(AtLoc)); in ParseObjCAtExpression()
3386 ExprResult Parser::ParseObjCStringLiteral(SourceLocation AtLoc) { in ParseObjCStringLiteral() function in Parser
3412 return Actions.ObjC().ParseObjCStringLiteral(AtLocs.data(), AtStrings); in ParseObjCStringLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2140 ExprResult ParseObjCStringLiteral(SourceLocation AtLoc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp38 ExprResult SemaObjC::ParseObjCStringLiteral(SourceLocation *AtLocs, in ParseObjCStringLiteral() function in SemaObjC