Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp320 StopBeforeMatch); in ParseOpenMPDeclareReductionDirective()
1972 StopBeforeMatch); in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2637 StopBeforeMatch); in ParseOpenMPSimpleVarList()
2643 StopBeforeMatch); in ParseOpenMPSimpleVarList()
2648 StopBeforeMatch); in ParseOpenMPSimpleVarList()
2717 StopBeforeMatch); in ParseOpenMPUsesAllocatorClause()
3184 StopBeforeMatch); in ParseOpenMPInteropClause()
3525 StopBeforeMatch); in parseMapperModifier()
3537 StopBeforeMatch); in parseMapperModifier()
3769 StopBeforeMatch); in ParseOpenMPVarList()
[all …]
H A DParseTemplate.cpp132 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 DParseExprCXX.cpp2097 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition()
3065 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
3072 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
3115 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
3149 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
3156 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
3287 SkipUntil({tok::l_brace, tok::less}, StopBeforeMatch); in ParseCXXDeleteExpression()
3292 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseCXXDeleteExpression()
3535 SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression()
3543 SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression()
[all …]
H A DParseDeclCXX.cpp171 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace()
773 SkipUntil(tok::comma, tok::semi, StopBeforeMatch); in ParseUsingDeclaration()
1708 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1759 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1857 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
2412 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2428 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2697 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration()
3994 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause()
4016 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause()
[all …]
H A DParseStmt.cpp200 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
447 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
466 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement()
742 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement()
1702 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1710 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1944 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement()
1951 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
2018 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
2144 SkipUntil(tok::semi, StopBeforeMatch); in ParseGotoStatement()
[all …]
H A DParseTentative.cpp359 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 DParseDecl.cpp895 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
924 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
2159 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup()
2175 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator()
2291 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
2378 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
4239 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration()
4370 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStructUnionBody()
4855 SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch); in ParseEnumBody()
6297 StopAtSemi | StopBeforeMatch); in ParseDecompositionDeclarator()
[all …]
H A DParser.cpp286 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil()
1208 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition()
1506 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations()
1582 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm()
2574 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose()
2581 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
H A DParseObjc.cpp523 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 DParseInit.cpp509 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
H A DParseExpr.cpp2750 StopAtSemi | StopBeforeMatch)) in tryParseOpenMPArrayShapingCastPart()
3084 StopAtSemi | StopBeforeMatch)) in ParseParenExpression()
3383 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
H A DParseCXXInlineMethods.cpp1126 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
H A DParsePragma.cpp1538 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1580 SkipUntil(tok::eof, StopBeforeMatch); in HandlePragmaAttribute()
1630 SkipUntil(tok::r_paren, StopBeforeMatch); in HandlePragmaAttribute()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1185 StopBeforeMatch = 1 << 1, enumerator