| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 267 Parser::StopBeforeMatch); in parseOpenMPReductionId() 293 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 332 StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 349 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 467 SkipUntil(tok::r_paren, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPReductionInitializerForDecl() 495 SkipUntil(tok::r_paren, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPReductionInitializerForDecl() 539 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareMapperDirective() 576 SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch); in ParseOpenMPDeclareMapperDirective() 583 SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch); in ParseOpenMPDeclareMapperDirective() 1132 StopBeforeMatch)) in parseOMPContextSelector() [all …]
|
| H A D | ParseTemplate.cpp | 133 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 149 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 278 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseSingleDeclarationAfterTemplate() 521 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 536 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 686 StopAtSemi | StopBeforeMatch); in ParseTemplateParameter() 906 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 986 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 1033 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 1046 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() [all …]
|
| H A D | ParseExprCXX.cpp | 1348 SkipUntil({tok::l_brace, tok::l_paren}, StopAtSemi | StopBeforeMatch); in ParseLambdaExpressionAfterIntroducer() 2183 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition() 3175 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3182 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3225 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3259 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3266 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3395 SkipUntil({tok::l_brace, tok::less}, StopBeforeMatch); in ParseCXXDeleteExpression() 3400 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseCXXDeleteExpression() 3547 SkipUntil(tok::semi, tok::r_brace, SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression() [all …]
|
| H A D | ParseDeclCXX.cpp | 184 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace() 823 SkipUntil(tok::comma, tok::semi, StopBeforeMatch); in ParseUsingDeclaration() 1105 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier() 1784 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1837 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1928 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 2193 SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseBaseClause() 2492 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2509 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2544 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() [all …]
|
| H A D | ParseStmt.cpp | 216 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 510 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 529 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement() 815 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement() 830 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement() 1855 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1863 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 2113 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement() 2120 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 2188 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() [all …]
|
| H A D | ParseTentative.cpp | 400 StopBeforeMatch); in markNotExpression() 418 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch); in markNotExpression() 2048 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause() 2137 if (!SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch)) in TryParseBracketDeclarator() 2195 StopAtSemi | StopBeforeMatch)) in isTemplateArgumentList()
|
| H A D | ParseDecl.cpp | 967 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 996 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1017 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1046 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1065 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1397 SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseExternalSourceSymbolAttribute() 2267 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup() 2283 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator() 2399 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 2486 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() [all …]
|
| H A D | Parser.cpp | 286 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil() 1283 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition() 1591 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations() 1667 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm() 2726 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose() 2733 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
|
| H A D | ParseObjc.cpp | 553 SkipUntil(tok::greater, tok::at, StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 562 StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 641 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCInterfaceDeclList() 1416 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl() 1851 skipFlags = skipFlags | StopBeforeMatch; in parseObjCTypeArgsAndProtocolQualifiers() 2036 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables() 2517 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt() 2764 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDefinition()
|
| H A D | ParseInit.cpp | 519 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
|
| H A D | ParseExpr.cpp | 2826 StopAtSemi | StopBeforeMatch)) in tryParseOpenMPArrayShapingCastPart() 3160 StopAtSemi | StopBeforeMatch)) in ParseParenExpression() 3466 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
|
| H A D | ParseCXXInlineMethods.cpp | 1145 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
|
| H A D | ParsePragma.cpp | 1757 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1799 SkipUntil(tok::eof, StopBeforeMatch); in HandlePragmaAttribute() 1861 SkipUntil(tok::r_paren, StopBeforeMatch); in HandlePragmaAttribute()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1219 StopBeforeMatch = 1 << 1, enumerator
|