/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 332 StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 1534 StopBeforeMatch); in parseOpenMPAppendArgs() 1648 StopBeforeMatch); in ParseOpenMPClauses() 2156 StopBeforeMatch); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 3029 StopBeforeMatch); in ParseOpenMPSimpleVarList() 3035 StopBeforeMatch); in ParseOpenMPSimpleVarList() 3040 StopBeforeMatch); in ParseOpenMPSimpleVarList() 3109 StopBeforeMatch); in ParseOpenMPUsesAllocatorClause() 3656 StopBeforeMatch); in ParseOpenMPInteropClause() 4079 StopBeforeMatch); in parseMapperModifier() [all …]
|
H A D | ParseTemplate.cpp | 133 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() 521 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 536 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 686 StopAtSemi | StopBeforeMatch); in ParseTemplateParameter() 906 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 986 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 1033 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 1287 SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName() [all …]
|
H A D | ParseExprCXX.cpp | 2183 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition() 3175 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3182 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3225 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3259 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3266 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3395 SkipUntil({tok::l_brace, tok::less}, StopBeforeMatch); in ParseCXXDeleteExpression() 3400 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseCXXDeleteExpression() 3647 SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression() 3655 SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression() [all …]
|
H A D | ParseDeclCXX.cpp | 184 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace() 823 SkipUntil(tok::comma, tok::semi, StopBeforeMatch); in ParseUsingDeclaration() 1784 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1837 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1928 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 2492 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2509 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2770 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration() 4092 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause() 4114 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause() [all …]
|
H A D | ParseStmt.cpp | 216 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 510 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 529 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement() 815 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement() 1855 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1863 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 2113 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement() 2120 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 2188 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 2317 SkipUntil(tok::semi, StopBeforeMatch); in ParseGotoStatement() [all …]
|
H A D | ParseTentative.cpp | 400 StopBeforeMatch); in markNotExpression() 418 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch); in markNotExpression() 2048 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause() 2137 if (!SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch)) in TryParseBracketDeclarator() 2195 StopAtSemi | StopBeforeMatch)) in isTemplateArgumentList()
|
H A D | ParseDecl.cpp | 967 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 2267 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup() 2283 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator() 2399 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 2486 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 4485 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration() 4616 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStructUnionBody() 5109 SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch); in ParseEnumBody() 6622 StopAtSemi | StopBeforeMatch); in ParseDecompositionDeclarator() 7081 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseFunctionDeclaratorIdentifierList() [all …]
|
H A D | Parser.cpp | 286 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil() 1283 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition() 1591 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations() 1667 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm() 2726 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose() 2733 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
|
H A D | ParseObjc.cpp | 553 SkipUntil(tok::greater, tok::at, StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 562 StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 641 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCInterfaceDeclList() 1416 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl() 1851 skipFlags = skipFlags | StopBeforeMatch; in parseObjCTypeArgsAndProtocolQualifiers() 2036 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables() 2517 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt() 2764 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDefinition()
|
H A D | ParseInit.cpp | 519 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
|
H A D | ParseExpr.cpp | 2826 StopAtSemi | StopBeforeMatch)) in tryParseOpenMPArrayShapingCastPart() 3160 StopAtSemi | StopBeforeMatch)) in ParseParenExpression() 3466 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
|
H A D | ParseCXXInlineMethods.cpp | 1145 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
|
H A D | ParsePragma.cpp | 1757 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1799 SkipUntil(tok::eof, StopBeforeMatch); in HandlePragmaAttribute() 1861 SkipUntil(tok::r_paren, StopBeforeMatch); in HandlePragmaAttribute()
|
/openbsd/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 1219 StopBeforeMatch = 1 << 1, enumerator
|