Home
last modified time | relevance | path

Searched refs:cutOffParsing (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp53 cutOffParsing(); in ParseObjCAtDirectives()
222 cutOffParsing(); in ParseObjCAtInterfaceDeclaration()
256 cutOffParsing(); in ParseObjCAtInterfaceDeclaration()
311 cutOffParsing(); in ParseObjCAtInterfaceDeclaration()
475 cutOffParsing(); in parseObjCTypeParamListOrProtocolRefs()
638 cutOffParsing(); in ParseObjCInterfaceDeclList()
672 cutOffParsing(); in ParseObjCInterfaceDeclList()
783 cutOffParsing(); in ParseObjCInterfaceDeclList()
853 cutOffParsing(); in ParseObjCPropertyAttribute()
900 cutOffParsing(); in ParseObjCPropertyAttribute()
[all …]
H A DParser.cpp755 cutOffParsing(); in ParseExternalDeclaration()
875 cutOffParsing(); in ParseExternalDeclaration()
2127 cutOffParsing(); in handleUnexpectedCodeCompletionToken()
2134 cutOffParsing(); in handleUnexpectedCodeCompletionToken()
2140 cutOffParsing(); in handleUnexpectedCodeCompletionToken()
2423 cutOffParsing(); in ParseModuleImport()
2465 cutOffParsing(); in ParseModuleName()
2537 P.cutOffParsing(); in diagnoseOverflow()
H A DParseExpr.cpp162 cutOffParsing(); in ParseAssignmentExpression()
1159 cutOffParsing(); in ParseCastExpression()
1727 cutOffParsing(); in ParseCastExpression()
1859 cutOffParsing(); in ParsePostfixExpressionSuffix()
2112 cutOffParsing(); in ParsePostfixExpressionSuffix()
2143 cutOffParsing(); in ParsePostfixExpressionSuffix()
2781 cutOffParsing(); in ParseParenExpression()
3349 cutOffParsing(); in ParseExpressionList()
3415 cutOffParsing(); in ParseBlockId()
3602 cutOffParsing(); in ParseAvailabilitySpec()
H A DParseStmt.cpp180 cutOffParsing(); in ParseStatementOrDeclarationAfterAttributes()
721 cutOffParsing(); in ParseCaseStatement()
1467 cutOffParsing(); in ParseIfStatement()
1822 cutOffParsing(); in ParseForStatement()
1893 cutOffParsing(); in ParseForStatement()
1929 cutOffParsing(); in ParseForStatement()
2191 cutOffParsing(); in ParseReturnStatement()
H A DParseInit.cpp203 cutOffParsing(); in ParseInitializerWithPotentialDesignator()
H A DParseExprCXX.cpp238 cutOffParsing(); in ParseOptionalCXXScopeSpecifier()
884 cutOffParsing(); in ParseLambdaIntroducer()
898 cutOffParsing(); in ParseLambdaIntroducer()
950 cutOffParsing(); in ParseLambdaIntroducer()
1965 cutOffParsing(); in ParseCXXCondition()
2589 cutOffParsing(); in ParseUnqualifiedIdOperator()
H A DParseDeclCXX.cpp66 cutOffParsing(); in ParseNamespace()
286 cutOffParsing(); in ParseNamespaceAlias()
474 cutOffParsing(); in ParseUsingDirectiveOrDeclaration()
528 cutOffParsing(); in ParseUsingDirective()
1436 cutOffParsing(); in ParseClassSpecifier()
2757 cutOffParsing(); in ParseCXXClassMemberDeclaration()
3506 cutOffParsing(); in ParseConstructorInitializer()
H A DParseDecl.cpp2002 cutOffParsing(); in ParseDeclGroup()
2342 cutOffParsing(); in ParseDeclarationAfterDeclaratorAndAttributes()
3135 cutOffParsing(); in ParseDeclarationSpecifiers()
3152 cutOffParsing(); in ParseDeclarationSpecifiers()
4413 cutOffParsing(); in ParseEnumSpecifier()
5510 cutOffParsing(); in ParseTypeQualifierListOpt()
6806 cutOffParsing(); in ParseParameterDeclarationClause()
7052 cutOffParsing(); in ParseBracketDeclarator()
H A DParseOpenMP.cpp445 cutOffParsing(); in ParseOpenMPReductionInitializerForDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h664 void cutOffParsing() { in cutOffParsing() function