| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 331 StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 1586 StopBeforeMatch); in parseOpenMPAppendArgs() 2153 StopBeforeMatch); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 3012 StopBeforeMatch); in ParseOpenMPSimpleVarList() 3018 StopBeforeMatch); in ParseOpenMPSimpleVarList() 3023 StopBeforeMatch); in ParseOpenMPSimpleVarList() 3092 StopBeforeMatch); in ParseOpenMPUsesAllocatorClause() 3589 StopBeforeMatch); in ParseOpenMPInteropClause() 3931 StopBeforeMatch); in parseMapperModifier() 3943 StopBeforeMatch); in parseMapperModifier() [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() 515 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 530 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 680 StopAtSemi | StopBeforeMatch); in ParseTemplateParameter() 970 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 1017 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 1030 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 1271 SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName() [all …]
|
| H A D | ParseExprCXX.cpp | 2132 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition() 3110 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3117 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3160 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3195 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3202 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3333 SkipUntil({tok::l_brace, tok::less}, StopBeforeMatch); in ParseCXXDeleteExpression() 3338 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseCXXDeleteExpression() 3581 SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression() 3589 SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression() [all …]
|
| H A D | ParseDeclCXX.cpp | 182 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace() 786 SkipUntil(tok::comma, tok::semi, StopBeforeMatch); in ParseUsingDeclaration() 1695 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1748 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1839 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 2403 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2420 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2681 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration() 4000 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause() 4022 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause() [all …]
|
| H A D | ParseStmt.cpp | 213 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 495 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 514 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement() 791 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement() 1833 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1841 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 2091 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement() 2098 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 2166 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 2295 SkipUntil(tok::semi, StopBeforeMatch); in ParseGotoStatement() [all …]
|
| H A D | ParseTentative.cpp | 359 StopBeforeMatch); in markNotExpression() 377 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch); in markNotExpression() 1975 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause() 2064 if (!SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch)) in TryParseBracketDeclarator() 2122 StopAtSemi | StopBeforeMatch)) in isTemplateArgumentList()
|
| H A D | ParseDecl.cpp | 958 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 2248 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup() 2264 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator() 2380 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 2467 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 4396 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration() 4527 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStructUnionBody() 5012 SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch); in ParseEnumBody() 6469 StopAtSemi | StopBeforeMatch); in ParseDecompositionDeclarator() 6928 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseFunctionDeclaratorIdentifierList() [all …]
|
| H A D | Parser.cpp | 286 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil() 1250 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition() 1558 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations() 1634 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm() 2675 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose() 2682 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() 1384 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl() 1819 skipFlags = skipFlags | StopBeforeMatch; in parseObjCTypeArgsAndProtocolQualifiers() 2004 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables() 2471 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt() 2718 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 | 2787 StopAtSemi | StopBeforeMatch)) in tryParseOpenMPArrayShapingCastPart() 3123 StopAtSemi | StopBeforeMatch)) in ParseParenExpression() 3430 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
|
| H A D | ParseCXXInlineMethods.cpp | 1140 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
|
| H A D | ParsePragma.cpp | 1703 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1745 SkipUntil(tok::eof, StopBeforeMatch); in HandlePragmaAttribute() 1807 SkipUntil(tok::r_paren, StopBeforeMatch); in HandlePragmaAttribute()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1201 StopBeforeMatch = 1 << 1, enumerator
|