Searched refs:CloseLoc (Results 1 – 3 of 3) sorted by relevance
1292 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local1299 checkCompoundToken(CloseLoc, tok::r_brace, CompoundToken::StmtExprEnd); in ParseCompoundStatementBody()1306 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()1308 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
2086 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local2087 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()2109 CloseLoc); in ParsePostfixExpressionSuffix()
4672 SourceLocation CloseLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local4676 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifierInternal()