Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DStack.h40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp3116 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
3162 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4120 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4227 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4322 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4370 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4533 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
5013 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5042 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5488 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in isAtLeastAsSpecializedAs()
DSemaLookup.cpp3057 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3083 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3091 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3096 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3103 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3108 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3268 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
DSema.cpp438 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema
440 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
DSemaType.cpp8325 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound()
8675 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
8690 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
DSemaTemplateInstantiateDecl.cpp3736 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
4345 runWithSufficientStackSpace(CallLoc, [&] { in InstantiateDefaultArgument()
DSemaChecking.cpp13582 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr()
13680 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
DSemaExpr.cpp16831 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced()
18152 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
DSemaInit.cpp6441 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1447 void runWithSufficientStackSpace(SourceLocation Loc,