Searched refs:CloseLoc (Results 1 – 2 of 2) sorted by relevance
1032 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local1038 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()1040 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
1523 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local1524 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()1546 CloseLoc); in ParsePostfixExpressionSuffix()