Searched refs:CloseLoc (Results 1 – 2 of 2) sorted by relevance
1013 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local1019 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()1021 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
1475 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local1476 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()1498 CloseLoc); in ParsePostfixExpressionSuffix()