Searched refs:ExprStatementTokLoc (Results 1 – 4 of 4) sorted by relevance
1161 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()2146 Base && ExprStatementTokLoc == Base->getBeginLoc(), in ParsePostfixExpressionSuffix()
2758 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()2859 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
453 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
406 SourceLocation ExprStatementTokLoc; variable