/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 185 Parser::StopBeforeMatch); in parseOpenMPReductionId() 210 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 249 StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 266 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclareReductionDirective() 565 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 658 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 692 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclarativeDirectiveWithExtDecl() 812 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclarativeOrExecutableDirective() 1017 StopBeforeMatch); in ParseOpenMPSimpleVarList() 1022 StopBeforeMatch); in ParseOpenMPSimpleVarList() [all …]
|
D | ParseTemplate.cpp | 120 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 135 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 239 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseSingleDeclarationAfterTemplate() 380 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 395 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 653 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 707 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 923 SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName() 1278 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateArgumentList()
|
D | ParseStmt.cpp | 197 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 390 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 407 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement() 687 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement() 705 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement() 1444 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1452 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1667 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement() 1674 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 1709 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() [all …]
|
D | ParseDeclCXX.cpp | 149 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace() 816 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier() 1451 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1500 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1594 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1849 SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseBaseClause() 2108 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2122 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2154 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2378 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration() [all …]
|
D | Parser.cpp | 260 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil() 1010 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition() 1302 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations() 1370 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm() 2115 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose() 2122 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
|
D | ParseDecl.cpp | 728 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 757 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 778 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 807 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 826 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1905 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup() 1921 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator() 1988 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 2081 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 3633 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration() [all …]
|
D | ParseObjc.cpp | 548 SkipUntil(tok::greater, tok::at, StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 558 StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs() 637 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCInterfaceDeclList() 1387 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl() 1831 skipFlags = skipFlags | StopBeforeMatch; in parseObjCTypeArgsAndProtocolQualifiers() 2002 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables() 2492 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt() 2722 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDefinition()
|
D | ParseExprCXX.cpp | 1830 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition() 2714 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2721 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2764 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2786 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2793 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
|
D | ParseInit.cpp | 452 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
|
D | ParseTentative.cpp | 351 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch); in markNotExpression() 1807 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause()
|
D | ParseCXXInlineMethods.cpp | 981 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
|
D | ParseExpr.cpp | 2679 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 866 StopBeforeMatch = 1 << 1, enumerator
|