Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseOpenMP.cpp96 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclarativeDirective()
181 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPDeclarativeOrExecutableDirective()
341 StopBeforeMatch); in ParseOpenMPSimpleVarList()
346 StopBeforeMatch); in ParseOpenMPSimpleVarList()
351 StopBeforeMatch); in ParseOpenMPSimpleVarList()
487 SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPClause()
492 SkipUntil(tok::comma, tok::annot_pragma_openmp_end, StopBeforeMatch); in ParseOpenMPClause()
733 StopBeforeMatch); in ParseOpenMPVarListClause()
749 StopBeforeMatch); in ParseOpenMPVarListClause()
775 StopBeforeMatch); in ParseOpenMPVarListClause()
[all …]
HDParseTemplate.cpp120 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization()
141 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseTemplateDeclarationOrSpecialization()
234 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseSingleDeclarationAfterTemplate()
375 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList()
390 StopAtSemi | StopBeforeMatch); in ParseTemplateParameterList()
649 StopAtSemi | StopBeforeMatch); in ParseTemplateTemplateParameter()
702 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseNonTypeTemplateParameter()
902 SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateIdAfterTemplateName()
1260 SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch); in ParseTemplateArgumentList()
HDParseStmt.cpp190 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
369 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStatementOrDeclarationAfterAttributes()
386 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseExprStatement()
665 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement()
683 if (SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch)) { in ParseCaseStatement()
1390 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1398 SkipUntil(tok::semi, StopBeforeMatch); in ParseDoStatement()
1608 SkipUntil(tok::r_paren, StopBeforeMatch); in ParseForStatement()
1615 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
1650 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseForStatement()
[all …]
HDParseDeclCXX.cpp148 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace()
809 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier()
1400 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1449 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1543 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1798 SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseBaseClause()
2048 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2062 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2094 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2320 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration()
[all …]
HDParser.cpp260 if (HasFlagsSet(Flags, StopBeforeMatch)) { in SkipUntil()
996 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseFunctionDefinition()
1244 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch)) in ParseKNRParamDeclarations()
1312 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseSimpleAsm()
2027 Parser::StopAtSemi | Parser::StopBeforeMatch) && in diagnoseMissingClose()
2034 P.SkipUntil(Close, Parser::StopBeforeMatch); in skipToEnd()
HDParseDecl.cpp729 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
758 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
779 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
808 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
827 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
1874 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup()
1890 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator()
1957 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
2049 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
3534 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration()
[all …]
HDParseExprCXX.cpp1732 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) in ParseCXXCondition()
2621 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
2628 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
2671 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
2693 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
2700 SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch); in ParseCXXNewExpression()
HDParseObjc.cpp552 SkipUntil(tok::greater, tok::at, StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs()
562 StopBeforeMatch); in parseObjCTypeParamListOrProtocolRefs()
639 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCInterfaceDeclList()
1390 SkipUntil(tok::at, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDecl()
1798 skipFlags = skipFlags | StopBeforeMatch; in parseObjCTypeArgsAndProtocolQualifiers()
1969 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseObjCClassInstanceVariables()
2431 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCSynchronizedStmt()
2654 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseObjCMethodDefinition()
HDParseInit.cpp458 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseBraceInitializer()
HDParseCXXInlineMethods.cpp970 Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch); in RevertAnnotations()
HDParseTentative.cpp1735 if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch)) in TryParseParameterDeclarationClause()
HDParseExpr.cpp2599 SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch); in ParseExpressionList()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h843 StopBeforeMatch = 1 << 1, enumerator