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