Searched refs:checkCompoundToken (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 4479 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifierInternal() 4578 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifierInternal()
|
H A D | ParseStmt.cpp | 1249 checkCompoundToken(CloseLoc, tok::r_brace, CompoundToken::StmtExprEnd); in ParseCompoundStatementBody()
|
H A D | Parser.cpp | 230 void Parser::checkCompoundToken(SourceLocation FirstTokLoc, in checkCompoundToken() function in Parser
|
H A D | ParseExpr.cpp | 2918 checkCompoundToken(OpenLoc, tok::l_paren, CompoundToken::StmtExprBegin); in ParseParenExpression()
|
H A D | ParseDecl.cpp | 6057 checkCompoundToken(SS.getEndLoc(), tok::coloncolon, in ParseDeclaratorInternal()
|
/openbsd/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 1102 void checkCompoundToken(SourceLocation FirstTokLoc,
|