Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp331 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 DParseTemplate.cpp133 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 DParseExprCXX.cpp2132 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 DParseDeclCXX.cpp182 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 DParseStmt.cpp213 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 DParseTentative.cpp359 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 DParseDecl.cpp958 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 DParser.cpp286 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 DParseObjc.cpp523 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 DParseInit.cpp519 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
H A DParseExpr.cpp2787 StopAtSemi | StopBeforeMatch)) in tryParseOpenMPArrayShapingCastPart()
3123 StopAtSemi | StopBeforeMatch)) in ParseParenExpression()
3430 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
H A DParseCXXInlineMethods.cpp1140 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
H A DParsePragma.cpp1703 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 DParser.h1201 StopBeforeMatch = 1 << 1, enumerator