Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp204 Parser::StopBeforeMatch); in parseOpenMPReductionId()
229 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareReductionDirective()
269 StopBeforeMatch); in ParseOpenMPDeclareReductionDirective()
1236 StopBeforeMatch); in ParseOpenMPSimpleVarList()
1241 StopBeforeMatch); in ParseOpenMPSimpleVarList()
1246 StopBeforeMatch); in ParseOpenMPSimpleVarList()
1879 StopBeforeMatch); in ParseOpenMPVarList()
1898 StopBeforeMatch); in ParseOpenMPVarList()
1937 StopBeforeMatch)) { in ParseOpenMPVarList()
1974 StopBeforeMatch); in ParseOpenMPVarList()
[all …]
H A DParseTemplate.cpp112 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization()
127 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization()
229 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseSingleDeclarationAfterTemplate()
371 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList()
386 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList()
666 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter()
721 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter()
959 SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName()
1317 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateArgumentList()
1495 StopAtSemi | StopBeforeMatch)) { in diagnoseUnknownTemplateId()
H A DParseStmt.cpp194 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
404 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
423 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement()
697 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement()
1487 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1495 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1721 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement()
1728 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
1787 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
1908 SkipUntil(tok::semi, StopBeforeMatch); in ParseGotoStatement()
[all …]
H A DParseDeclCXX.cpp171 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace()
722 SkipUntil(tok::comma, tok::semi, StopBeforeMatch); in ParseUsingDeclaration()
1612 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1662 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1756 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
2280 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2294 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2324 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2544 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2808 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
[all …]
H A DParseDecl.cpp787 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
816 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
2101 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup()
2117 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator()
2215 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
2300 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
3947 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration()
4074 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStructUnionBody()
4532 SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch); in ParseEnumBody()
5892 StopAtSemi | StopBeforeMatch); in ParseDecompositionDeclarator()
[all …]
H A DParser.cpp254 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil()
1085 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition()
1375 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations()
1443 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm()
2286 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose()
2293 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
H A DParseObjc.cpp523 SkipUntil(tok::greater, tok::at, StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs()
533 StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs()
612 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCInterfaceDeclList()
1360 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl()
1797 skipFlags = skipFlags | StopBeforeMatch; in parseObjCTypeArgsAndProtocolQualifiers()
1971 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables()
2439 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt()
2685 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDefinition()
H A DParseTentative.cpp375 StopBeforeMatch); in markNotExpression()
393 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch); in markNotExpression()
1912 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause()
H A DParseExprCXX.cpp1866 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition()
2775 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
2782 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
2825 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
2856 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
2863 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
H A DParseInit.cpp455 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
H A DParseCXXInlineMethods.cpp988 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
H A DParsePragma.cpp1384 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch); in createExpectedAttributeSubjectRulesTokenDiagnostic()
1425 SkipUntil(tok::eof, StopBeforeMatch); in HandlePragmaAttribute()
1475 SkipUntil(tok::r_paren, StopBeforeMatch); in HandlePragmaAttribute()
H A DParseExpr.cpp2864 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1033 StopBeforeMatch = 1 << 1, enumerator