Searched refs:ExprStatementTokLoc (Results 1 – 4 of 4) sorted by relevance
2825 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()2926 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
1191 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()2249 Base && ExprStatementTokLoc == Base->getBeginLoc(), in ParsePostfixExpressionSuffix()
536 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
435 SourceLocation ExprStatementTokLoc; variable