Home
last modified time | relevance | path

Searched refs:StopBeforeMatch (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp333 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 DParseTemplate.cpp134 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 DParseExprCXX.cpp2191 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 DParseDeclCXX.cpp186 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 DParseStmt.cpp218 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 DParseOpenACC.cpp601 Parser::StopBeforeMatch); in ParseOpenACCDeviceTypeList()
611 Parser::StopBeforeMatch); in ParseOpenACCDeviceTypeList()
653 Parser::StopBeforeMatch); in ParseOpenACCClauseParams()
956 StopBeforeMatch); in ParseOpenACCCacheVarList()
H A DParseTentative.cpp416 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 DParseDecl.cpp1084 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 DParser.cpp293 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 DParseObjc.cpp558 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 DParseInit.cpp524 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
H A DParseExpr.cpp2907 StopAtSemi | StopBeforeMatch)) in tryParseOpenMPArrayShapingCastPart()
3241 StopAtSemi | StopBeforeMatch)) in ParseParenExpression()
3586 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
H A DParsePragma.cpp792 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 DParseCXXInlineMethods.cpp1149 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1239 StopBeforeMatch = 1 << 1, enumerator