| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 333 StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 1535 StopBeforeMatch); in parseOpenMPAppendArgs() 1649 StopBeforeMatch); in ParseOpenMPClauses() 2157 StopBeforeMatch); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 3038 StopBeforeMatch); in ParseOpenMPSimpleVarList() 3044 StopBeforeMatch); in ParseOpenMPSimpleVarList() 3049 StopBeforeMatch); in ParseOpenMPSimpleVarList() 3123 StopBeforeMatch); in ParseOpenMPUsesAllocatorClause() 3690 StopBeforeMatch); in ParseOpenMPInteropClause() 4170 StopBeforeMatch); in parseMapperModifier() [all …]
|
| H A D | ParseTemplate.cpp | 134 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 150 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 528 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 543 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 693 StopAtSemi | StopBeforeMatch); in ParseTemplateParameter() 920 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 1000 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 1047 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 1067 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 1308 SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName() [all …]
|
| H A D | ParseExprCXX.cpp | 2191 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition() 3191 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3198 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3241 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3274 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3281 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3410 SkipUntil({tok::l_brace, tok::less}, StopBeforeMatch); in ParseCXXDeleteExpression() 3415 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseCXXDeleteExpression() 3664 SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression() 3672 SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression() [all …]
|
| H A D | ParseDeclCXX.cpp | 186 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace() 823 SkipUntil(tok::comma, tok::semi, StopBeforeMatch); in ParseUsingDeclaration() 1808 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1861 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1965 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 2533 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2550 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2813 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration() 4156 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause() 4178 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause() [all …]
|
| H A D | ParseStmt.cpp | 218 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 525 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 544 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement() 859 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement() 1905 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1913 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 2164 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement() 2171 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 2252 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 2381 SkipUntil(tok::semi, StopBeforeMatch); in ParseGotoStatement() [all …]
|
| H A D | ParseOpenACC.cpp | 601 Parser::StopBeforeMatch); in ParseOpenACCDeviceTypeList() 611 Parser::StopBeforeMatch); in ParseOpenACCDeviceTypeList() 653 Parser::StopBeforeMatch); in ParseOpenACCClauseParams() 956 StopBeforeMatch); in ParseOpenACCCacheVarList()
|
| H A D | ParseTentative.cpp | 416 StopBeforeMatch); in markNotExpression() 434 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch); in markNotExpression() 2129 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause() 2262 if (!SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch)) in TryParseBracketDeclarator() 2320 StopAtSemi | StopBeforeMatch)) in isTemplateArgumentList()
|
| H A D | ParseDecl.cpp | 1084 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1113 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 2422 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator() 2538 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 2626 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 4666 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration() 4802 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStructUnionBody() 5297 SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch); in ParseEnumBody() 6854 StopAtSemi | StopBeforeMatch); in ParseDecompositionDeclarator() 7322 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseFunctionDeclaratorIdentifierList() [all …]
|
| H A D | Parser.cpp | 293 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil() 1327 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition() 1646 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations() 1722 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm() 2781 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose() 2788 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
|
| H A D | ParseObjc.cpp | 558 SkipUntil(tok::greater, tok::at, StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 567 StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 659 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCInterfaceDeclList() 1429 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl() 1864 skipFlags = skipFlags | StopBeforeMatch; in parseObjCTypeArgsAndProtocolQualifiers() 2049 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables() 2530 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt() 2777 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDefinition()
|
| H A D | ParseInit.cpp | 524 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
|
| H A D | ParseExpr.cpp | 2907 StopAtSemi | StopBeforeMatch)) in tryParseOpenMPArrayShapingCastPart() 3241 StopAtSemi | StopBeforeMatch)) in ParseParenExpression() 3586 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
|
| H A D | ParsePragma.cpp | 792 SkipUntil(tok::eod, StopBeforeMatch); in HandlePragmaDump() 1856 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1898 SkipUntil(tok::eof, StopBeforeMatch); in HandlePragmaAttribute() 1962 SkipUntil(tok::r_paren, StopBeforeMatch); in HandlePragmaAttribute()
|
| H A D | ParseCXXInlineMethods.cpp | 1149 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1239 StopBeforeMatch = 1 << 1, enumerator
|