Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp59 cutOffParsing(); in ParseObjCAtDirectives()
159 cutOffParsing(); in ParseObjCAtClassDeclaration()
245 cutOffParsing(); in ParseObjCAtInterfaceDeclaration()
279 cutOffParsing(); in ParseObjCAtInterfaceDeclaration()
335 cutOffParsing(); in ParseObjCAtInterfaceDeclaration()
513 cutOffParsing(); in parseObjCTypeParamListOrProtocolRefs()
687 cutOffParsing(); in ParseObjCInterfaceDeclList()
727 cutOffParsing(); in ParseObjCInterfaceDeclList()
903 cutOffParsing(); in ParseObjCPropertyAttribute()
950 cutOffParsing(); in ParseObjCPropertyAttribute()
[all …]
H A DParseExpr.cpp171 cutOffParsing(); in ParseAssignmentExpression()
190 cutOffParsing(); in ParseConditionalExpression()
1252 cutOffParsing(); in ParseCastExpression()
1851 cutOffParsing(); in ParseCastExpression()
1996 cutOffParsing(); in ParsePostfixExpressionSuffix()
2289 cutOffParsing(); in ParsePostfixExpressionSuffix()
2320 cutOffParsing(); in ParsePostfixExpressionSuffix()
3042 cutOffParsing(); in ParseParenExpression()
3679 cutOffParsing(); in ParseExpressionList()
3745 cutOffParsing(); in ParseBlockId()
[all …]
H A DParser.cpp818 cutOffParsing(); in ParseExternalDeclaration()
945 cutOffParsing(); in ParseExternalDeclaration()
2295 cutOffParsing(); in handleUnexpectedCodeCompletionToken()
2302 cutOffParsing(); in handleUnexpectedCodeCompletionToken()
2309 cutOffParsing(); in handleUnexpectedCodeCompletionToken()
2609 cutOffParsing(); in ParseModuleImport()
2699 cutOffParsing(); in ParseModuleName()
2780 P.cutOffParsing(); in diagnoseOverflow()
H A DParseStmt.cpp197 cutOffParsing(); in ParseStatementOrDeclarationAfterAttributes()
855 cutOffParsing(); in ParseCaseStatement()
1664 cutOffParsing(); in ParseIfStatement()
2055 cutOffParsing(); in ParseForStatement()
2132 cutOffParsing(); in ParseForStatement()
2170 cutOffParsing(); in ParseForStatement()
2448 cutOffParsing(); in ParseReturnStatement()
H A DParseDeclCXX.cpp72 cutOffParsing(); in ParseNamespace()
312 cutOffParsing(); in ParseNamespaceAlias()
503 cutOffParsing(); in ParseUsingDirectiveOrDeclaration()
553 cutOffParsing(); in ParseUsingDirective()
744 cutOffParsing(); in ParseUsingDeclaration()
1726 cutOffParsing(); in ParseClassSpecifier()
3130 cutOffParsing(); in ParseCXXClassMemberDeclaration()
3944 cutOffParsing(); in ParseConstructorInitializer()
4469 cutOffParsing(); in TryParseCXX11AttributeIdentifier()
5121 cutOffParsing(); in ParseMicrosoftAttributes()
H A DParseInit.cpp207 cutOffParsing(); in ParseInitializerWithPotentialDesignator()
H A DParseExprCXX.cpp272 cutOffParsing(); in ParseOptionalCXXScopeSpecifier()
958 cutOffParsing(); in ParseLambdaIntroducer()
973 cutOffParsing(); in ParseLambdaIntroducer()
1026 cutOffParsing(); in ParseLambdaIntroducer()
2151 cutOffParsing(); in ParseCXXCondition()
2803 cutOffParsing(); in ParseUnqualifiedIdOperator()
H A DParseDecl.cpp221 cutOffParsing(); in ParseGNUAttributes()
482 cutOffParsing(); in ParseAttributeArgumentList()
947 cutOffParsing(); in ParseMicrosoftDeclSpecs()
2356 cutOffParsing(); in ParseDeclGroup()
2792 cutOffParsing(); in ParseDeclarationAfterDeclaratorAndAttributes()
3734 cutOffParsing(); in ParseDeclarationSpecifiers()
3752 cutOffParsing(); in ParseDeclarationSpecifiers()
5240 cutOffParsing(); in ParseEnumSpecifier()
6427 cutOffParsing(); in ParseTypeQualifierListOpt()
7833 cutOffParsing(); in ParseParameterDeclarationClause()
[all …]
H A DParsePragma.cpp1927 cutOffParsing(); in HandlePragmaAttribute()
H A DParseOpenMP.cpp463 cutOffParsing(); in ParseOpenMPReductionInitializerForDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h732 void cutOffParsing() { in cutOffParsing() function