Searched refs:ExprStatementTokLoc (Results 1 – 4 of 4) sorted by relevance
1162 getCurScope(), II, ILoc, ExprStatementTokLoc == ILoc); in ParseCastExpression()2181 Base && ExprStatementTokLoc == Base->getBeginLoc(), in ParsePostfixExpressionSuffix()
2766 ExprStatementTokLoc = AtLoc; in ParseObjCAtStatement()2867 ExprStatementTokLoc == AtLoc) { in ParseObjCAtExpression()
506 ExprStatementTokLoc = Tok.getLocation(); in ParseExprStatement()
412 SourceLocation ExprStatementTokLoc; variable