Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseOpenMP.cpp185 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 …]
DParseTemplate.cpp120 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()
DParseStmt.cpp197 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 …]
DParseDeclCXX.cpp149 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 …]
DParser.cpp260 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()
DParseDecl.cpp728 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 …]
DParseObjc.cpp548 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()
DParseExprCXX.cpp1830 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()
DParseInit.cpp452 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
DParseTentative.cpp351 P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch); in markNotExpression()
1807 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause()
DParseCXXInlineMethods.cpp981 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
DParseExpr.cpp2679 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
/external/clang/include/clang/Parse/
DParser.h866 StopBeforeMatch = 1 << 1, enumerator