/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 81 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclarativeDirective() 161 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclarativeOrExecutableDirective() 311 StopBeforeMatch); in ParseOpenMPSimpleVarList() 316 StopBeforeMatch); in ParseOpenMPSimpleVarList() 321 StopBeforeMatch); in ParseOpenMPSimpleVarList() 456 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPClause() 461 SkipUntil(tok::comma, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPClause() 697 StopBeforeMatch); in ParseOpenMPVarListClause() 719 StopBeforeMatch); in ParseOpenMPVarListClause() 746 StopBeforeMatch); in ParseOpenMPVarListClause()
|
D | ParseStmt.cpp | 193 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 372 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes() 389 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement() 668 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement() 686 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement() 1393 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1401 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement() 1611 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement() 1618 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() 1653 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement() [all …]
|
D | ParseTemplate.cpp | 119 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization() 222 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseSingleDeclarationAfterTemplate() 363 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 378 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList() 638 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter() 691 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter() 883 SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName() 1241 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateArgumentList()
|
D | ParseDeclCXX.cpp | 148 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace() 808 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier() 1402 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1451 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1545 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier() 1797 SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseBaseClause() 2047 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2061 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2093 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer() 2320 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration() [all …]
|
D | Parser.cpp | 240 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil() 963 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition() 1211 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations() 1279 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm() 1953 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose() 1960 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
|
D | ParseDecl.cpp | 698 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 727 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 748 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 777 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 796 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple() 1803 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup() 1819 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator() 1886 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 1978 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes() 3421 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration() [all …]
|
D | ParseExprCXX.cpp | 1734 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition() 2630 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2637 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2680 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2702 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression() 2709 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
|
D | ParseInit.cpp | 444 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
|
D | ParseObjc.cpp | 341 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCInterfaceDeclList() 995 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl() 1329 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables() 1764 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt() 1987 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDefinition()
|
D | ParseCXXInlineMethods.cpp | 975 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
|
D | ParseTentative.cpp | 1739 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause()
|
D | ParseExpr.cpp | 2540 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 822 StopBeforeMatch = 1 << 1, enumerator
|