Searched refs:CloseLoc (Results 1 – 2 of 2) sorted by relevance
1003 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local1009 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()1011 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
1413 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local1414 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()1436 CloseLoc); in ParsePostfixExpressionSuffix()