Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStack.h40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3105 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
3155 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4111 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4218 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4313 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4361 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4524 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
5003 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5032 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5481 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in isAtLeastAsSpecializedAs()
H A DSemaLookup.cpp3099 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3125 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3133 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3138 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3145 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3150 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3310 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
H A DSema.cpp460 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema
462 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
H A DSemaType.cpp8284 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound()
8635 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
8650 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
H A DSemaTemplateInstantiateDecl.cpp3737 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
4349 runWithSufficientStackSpace(CallLoc, [&] { in InstantiateDefaultArgument()
H A DSemaChecking.cpp13851 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr()
13949 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
H A DSemaExpr.cpp16961 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced()
18398 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
H A DSemaInit.cpp6509 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1562 void runWithSufficientStackSpace(SourceLocation Loc,