Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1148 SourceLocation CloseLoc = Tok.getLocation(); in ParseCompoundStatementBody() local
1155 checkCompoundToken(CloseLoc, tok::r_brace, CompoundToken::StmtExprEnd); in ParseCompoundStatementBody()
1162 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()
1164 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
H A DParseExpr.cpp1979 SourceLocation CloseLoc; in ParsePostfixExpressionSuffix() local
1980 if (TryConsumeToken(tok::greatergreatergreater, CloseLoc)) { in ParsePostfixExpressionSuffix()
2002 CloseLoc); in ParsePostfixExpressionSuffix()
H A DParseDeclCXX.cpp4289 SourceLocation CloseLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifier() local
4293 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifier()