Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1603 ExprResult ParseExpressionWithLeadingAt(SourceLocation AtLoc);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp134 Parser::ParseExpressionWithLeadingAt(SourceLocation AtLoc) { in ParseExpressionWithLeadingAt() function in Parser
H A DParseObjc.cpp2733 ExprResult Res(ParseExpressionWithLeadingAt(AtLoc)); in ParseObjCAtStatement()