Searched refs:ExprStatementTokLoc (Results 1 – 4 of 4) sorted by relevance
1254 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()2323 Base && ExprStatementTokLoc == Base->getBeginLoc(), in ParsePostfixExpressionSuffix()
2824 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()2925 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
551 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
466 SourceLocation ExprStatementTokLoc; variable