| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 255 Parser::StopBeforeMatch); in parseOpenMPReductionId() 281 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 320 StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 337 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 455 SkipUntil(tok::r_paren, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPReductionInitializerForDecl() 484 SkipUntil(tok::r_paren, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPReductionInitializerForDecl() 531 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareMapperDirective() 568 SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch); in ParseOpenMPDeclareMapperDirective() 575 SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch); in ParseOpenMPDeclareMapperDirective() 1120 StopBeforeMatch)) in parseOMPContextSelector() [all …]
|
| H A D | ParseTemplate.cpp | 132 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 148 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 255 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseSingleDeclarationAfterTemplate() 492 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 507 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 656 StopAtSemi | StopBeforeMatch); in ParseTemplateParameter() 943 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 998 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 1237 tok::greatergreatergreater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName() 1239 SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName() [all …]
|
| H A D | ParseExprCXX.cpp | 1299 SkipUntil({tok::l_brace, tok::l_paren}, StopAtSemi | StopBeforeMatch); in ParseLambdaExpressionAfterIntroducer() 2097 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition() 3064 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3071 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3114 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3148 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3155 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3286 SkipUntil({tok::l_brace, tok::less}, StopBeforeMatch); in ParseCXXDeleteExpression() 3291 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseCXXDeleteExpression() 3434 SkipUntil(tok::semi, tok::r_brace, SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression() [all …]
|
| H A D | ParseStmt.cpp | 200 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 442 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 461 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement() 737 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement() 752 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement() 1697 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1705 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1939 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement() 1946 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 2013 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() [all …]
|
| H A D | ParseDeclCXX.cpp | 171 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace() 738 SkipUntil(tok::comma, tok::semi, StopBeforeMatch); in ParseUsingDeclaration() 1011 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier() 1672 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1723 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1817 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 2078 SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseBaseClause() 2355 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2371 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2405 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() [all …]
|
| H A D | ParseTentative.cpp | 359 StopBeforeMatch); in markNotExpression() 377 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch); in markNotExpression() 1971 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause() 2060 if (!SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch)) in TryParseBracketDeclarator() 2118 StopAtSemi | StopBeforeMatch)) in isTemplateArgumentList()
|
| H A D | ParseDecl.cpp | 895 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 924 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 945 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 974 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 993 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1325 SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseExternalSourceSymbolAttribute() 2152 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup() 2168 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator() 2284 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 2371 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() [all …]
|
| H A D | Parser.cpp | 286 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil() 1205 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition() 1503 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations() 1579 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm() 2571 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose() 2578 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
|
| H A D | ParseObjc.cpp | 523 SkipUntil(tok::greater, tok::at, StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 532 StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 611 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCInterfaceDeclList() 1378 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl() 1811 skipFlags = skipFlags | StopBeforeMatch; in parseObjCTypeArgsAndProtocolQualifiers() 1997 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables() 2464 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt() 2710 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDefinition()
|
| H A D | ParseInit.cpp | 509 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
|
| H A D | ParseExpr.cpp | 2720 StopAtSemi | StopBeforeMatch)) in tryParseOpenMPArrayShapingCastPart() 3054 StopAtSemi | StopBeforeMatch)) in ParseParenExpression() 3353 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
|
| H A D | ParseCXXInlineMethods.cpp | 1125 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
|
| H A D | ParsePragma.cpp | 1538 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1580 SkipUntil(tok::eof, StopBeforeMatch); in HandlePragmaAttribute() 1630 SkipUntil(tok::r_paren, StopBeforeMatch); in HandlePragmaAttribute()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 1184 StopBeforeMatch = 1 << 1, enumerator
|