Searched refs:runWithSufficientStackSpace (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | Stack.h | 40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2980 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 3030 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 3987 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4094 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4189 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4237 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4400 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments() 4878 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 4907 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType() 5359 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in isAtLeastAsSpecializedAs()
|
| H A D | SemaLookup.cpp | 3355 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3381 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3389 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3394 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3401 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3406 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember() 3566 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
|
| H A D | Sema.cpp | 506 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema 508 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
|
| H A D | SemaType.cpp | 8523 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound() 8898 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl() 8913 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3924 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl() 4533 runWithSufficientStackSpace(CallLoc, [&] { in InstantiateDefaultArgument()
|
| H A D | SemaChecking.cpp | 15207 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr() 15305 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
|
| H A D | SemaInit.cpp | 6570 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
|
| H A D | SemaExpr.cpp | 18017 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced() 19464 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 5819 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclarator() 5932 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclaratorInternal() 5983 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal() 6029 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 1650 void runWithSufficientStackSpace(SourceLocation Loc,
|