Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStack.h40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2980 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 DSemaLookup.cpp3355 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 DSema.cpp506 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema
508 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
H A DSemaType.cpp8523 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound()
8898 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
8913 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
H A DSemaTemplateInstantiateDecl.cpp3924 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
4533 runWithSufficientStackSpace(CallLoc, [&] { in InstantiateDefaultArgument()
H A DSemaChecking.cpp15207 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr()
15305 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
H A DSemaInit.cpp6570 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
H A DSemaExpr.cpp18017 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced()
19464 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp5819 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 DSema.h1650 void runWithSufficientStackSpace(SourceLocation Loc,