Searched refs:CloseLoc (Results 1 – 3 of 3) sorted by relevance
1242 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local1249 checkCompoundToken(CloseLoc, tok::r_brace, CompoundToken::StmtExprEnd); in ParseCompoundStatementBody()1256 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()1258 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
2037 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local2038 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()2060 CloseLoc); in ParsePostfixExpressionSuffix()
4574 SourceLocation CloseLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local4578 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifierInternal()