Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1161 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()
2146 Base && ExprStatementTokLoc == Base->getBeginLoc(), in ParsePostfixExpressionSuffix()
H A DParseObjc.cpp2758 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()
2859 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
H A DParseStmt.cpp453 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h406 SourceLocation ExprStatementTokLoc; variable