Searched refs:ExprStatementTokLoc (Results 1 – 4 of 4) sorted by relevance
2502 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()2603 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
929 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()1973 Base && ExprStatementTokLoc == Base->getBeginLoc(), in ParsePostfixExpressionSuffix()
518 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
3801 SourceLocation ExprStatementTokLoc; variable