Searched refs:ExprStatementTokLoc (Results 1 – 4 of 4) sorted by relevance
2812 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()2913 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
1176 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()2200 Base && ExprStatementTokLoc == Base->getBeginLoc(), in ParsePostfixExpressionSuffix()
521 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
417 SourceLocation ExprStatementTokLoc; variable