Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp969 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()
1776 Base && ExprStatementTokLoc == Base->getBeginLoc()); in ParsePostfixExpressionSuffix()
H A DParseObjc.cpp2732 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()
2833 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
H A DParseStmt.cpp415 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h361 SourceLocation ExprStatementTokLoc; variable