Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1242 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local
1249 checkCompoundToken(CloseLoc, tok::r_brace, CompoundToken::StmtExprEnd); in ParseCompoundStatementBody()
1256 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()
1258 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
H A DParseExpr.cpp2037 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local
2038 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()
2060 CloseLoc); in ParsePostfixExpressionSuffix()
H A DParseDeclCXX.cpp4574 SourceLocation CloseLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local
4578 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifierInternal()