Searched refs:checkCompoundToken (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 4844 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifierInternal() 4946 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifierInternal()
|
| H A D | ParseStmt.cpp | 1311 checkCompoundToken(CloseLoc, tok::r_brace, CompoundToken::StmtExprEnd); in ParseCompoundStatementBody()
|
| H A D | Parser.cpp | 238 void Parser::checkCompoundToken(SourceLocation FirstTokLoc, in checkCompoundToken() function in Parser
|
| H A D | ParseExpr.cpp | 3073 checkCompoundToken(OpenLoc, tok::l_paren, CompoundToken::StmtExprBegin); in ParseParenExpression()
|
| H A D | ParseDecl.cpp | 6674 checkCompoundToken(SS.getEndLoc(), tok::coloncolon, in ParseDeclaratorInternal()
|
| /src/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1156 void checkCompoundToken(SourceLocation FirstTokLoc,
|