Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1771 ExprResult ParseExpressionWithLeadingAt(SourceLocation AtLoc);
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp134 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt() function in Parser
H A DParseObjc.cpp2767 ExprResult Res(ParseExpressionWithLeadingAt(AtLoc)); in ParseObjCAtStatement()