Home
last modified time | relevance | path

Searched refs:CloseLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1213 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local
1220 checkCompoundToken(CloseLoc, tok::r_brace, CompoundToken::StmtExprEnd); in ParseCompoundStatementBody()
1227 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()
1229 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
H A DParseExpr.cpp2014 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local
2015 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()
2037 CloseLoc); in ParsePostfixExpressionSuffix()
H A DParseDeclCXX.cpp4484 SourceLocation CloseLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local
4488 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifierInternal()