Searched refs:ExprStatementTokLoc (Results 1 – 4 of 4) sorted by relevance
969 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()1776 Base && ExprStatementTokLoc == Base->getBeginLoc()); in ParsePostfixExpressionSuffix()
2732 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()2833 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
415 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
361 SourceLocation ExprStatementTokLoc; variable