Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1754 ExprResult ParseExpressionWithLeadingAt(SourceLocation AtLoc);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp134 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt() function in Parser
H A DParseObjc.cpp2759 ExprResult Res(ParseExpressionWithLeadingAt(AtLoc)); in ParseObjCAtStatement()