Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2812 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()
2913 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
H A DParseExpr.cpp1176 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()
2200 Base && ExprStatementTokLoc == Base->getBeginLoc(), in ParsePostfixExpressionSuffix()
H A DParseStmt.cpp521 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h417 SourceLocation ExprStatementTokLoc; variable