| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 150 Parser::StopBeforeMatch); in parseOpenMPReductionId() 167 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 206 StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 223 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 345 SkipUntil(tok::r_paren, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPReductionInitializerForDecl() 374 SkipUntil(tok::r_paren, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPReductionInitializerForDecl() 412 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareMapperDirective() 449 SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch); in ParseOpenMPDeclareMapperDirective() 456 SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch); in ParseOpenMPDeclareMapperDirective() 551 while (!SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch)) in ParseOpenMPDeclareBeginVariantDirective() [all …]
|
| H A D | ParseTemplate.cpp | 105 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 121 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 364 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 379 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 507 StopAtSemi | StopBeforeMatch); in ParseTemplateParameter() 708 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 790 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 831 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 851 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 1064 tok::greatergreatergreater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName() [all …]
|
| H A D | ParseOpenACC.cpp | 782 Parser::StopBeforeMatch); in ParseOpenACCIntExprList() 796 Parser::StopBeforeMatch); in ParseOpenACCIntExprList() 809 Parser::StopBeforeMatch); in ParseOpenACCDeviceTypeList() 820 Parser::StopBeforeMatch); in ParseOpenACCDeviceTypeList() 856 Parser::StopBeforeMatch); in ParseOpenACCSizeExprList() 868 Parser::StopBeforeMatch); in ParseOpenACCSizeExprList() 918 Parser::StopBeforeMatch); in ParseOpenACCGangArgList() 931 Parser::StopBeforeMatch); in ParseOpenACCGangArgList() 1000 Parser::StopBeforeMatch); in ParseOpenACCClauseParams() 1445 SkipUntil(tok::r_paren, tok::annot_pragma_openacc_end, StopBeforeMatch); in ParseOpenACCVarList() [all …]
|
| H A D | ParseDeclCXX.cpp | 160 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace() 794 SkipUntil(tok::comma, tok::semi, StopBeforeMatch); in ParseUsingDeclaration() 1078 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier() 1811 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1872 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1976 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 2105 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 2258 SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseBaseClause() 2584 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2601 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() [all …]
|
| H A D | ParseExprCXX.cpp | 1284 SkipUntil({tok::l_brace, tok::l_paren}, StopAtSemi | StopBeforeMatch); in ParseLambdaExpressionAfterIntroducer() 2040 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition() 2882 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2889 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2932 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2967 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2974 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 3075 SkipUntil({tok::l_brace, tok::less}, StopBeforeMatch); in ParseCXXDeleteExpression() 3080 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseCXXDeleteExpression() 3202 SkipUntil(tok::semi, tok::r_brace, SkipUntilFlags::StopBeforeMatch); in ParseRequiresExpression() [all …]
|
| H A D | ParseStmt.cpp | 179 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 508 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 526 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement() 805 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement() 828 if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) in ParseCaseStatement() 1821 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1829 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 2061 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement() 2068 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 2149 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() [all …]
|
| H A D | ParseTentative.cpp | 328 StopBeforeMatch); in markNotExpression() 346 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch); in markNotExpression() 1797 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause() 1912 if (!SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch)) in TryParseBracketDeclarator() 1966 StopAtSemi | StopBeforeMatch)) in isTemplateArgumentList()
|
| H A D | ParseDecl.cpp | 1115 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1144 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1165 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1194 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1213 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1521 SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseExternalSourceSymbolAttribute() 2445 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator() 2544 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 2633 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 4750 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration() [all …]
|
| H A D | Parser.cpp | 295 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil() 1256 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition() 1578 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations() 1652 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm() 2669 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose() 2676 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
|
| H A D | ParseObjc.cpp | 494 SkipUntil(tok::greater, tok::at, StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 503 StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 579 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCInterfaceDeclList() 1205 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl() 1633 skipFlags = skipFlags | StopBeforeMatch; in parseObjCTypeArgsAndProtocolQualifiers() 1790 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables() 2224 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt() 2454 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDefinition()
|
| H A D | ParseInit.cpp | 495 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
|
| H A D | ParseCXXInlineMethods.cpp | 43 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseCXXDeletedFunctionMessage() 58 SkipUntil(tok::r_paren, tok::comma, StopAtSemi | StopBeforeMatch); in SkipDeletedFunctionBody()
|
| H A D | ParsePragma.cpp | 783 SkipUntil(tok::eod, StopBeforeMatch); in HandlePragmaDump() 1850 PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch); in createExpectedAttributeSubjectRulesTokenDiagnostic() 1892 SkipUntil(tok::eof, StopBeforeMatch); in HandlePragmaAttribute() 1957 SkipUntil(tok::r_paren, StopBeforeMatch); in HandlePragmaAttribute()
|
| H A D | ParseExpr.cpp | 2594 StopAtSemi | StopBeforeMatch)) in tryParseOpenMPArrayShapingCastPart() 2904 StopAtSemi | StopBeforeMatch)) in ParseParenExpression() 3198 SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseExpressionList()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 476 StopBeforeMatch = 1 << 1, enumerator
|