Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStack.h40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3134 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
3184 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4255 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4388 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4483 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4529 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4718 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
5178 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5207 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5235 runWithSufficientStackSpace( in CheckIfFunctionSpecializationIsImmediate()
[all …]
H A DSemaLookup.cpp3383 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3409 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3417 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3422 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3429 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3434 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3594 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
H A DSema.cpp511 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema
513 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
H A DSemaExpr.cpp6182 runWithSufficientStackSpace(CallLoc, [&] { in CheckCXXDefaultArgExpr()
6297 runWithSufficientStackSpace(CallLoc, [&] { in BuildCXXDefaultArgExpr()
6383 runWithSufficientStackSpace(Loc, [&] { in BuildCXXDefaultInitExpr()
6399 runWithSufficientStackSpace(Loc, [&] { in BuildCXXDefaultInitExpr()
18952 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced()
19071 runWithSufficientStackSpace(Init->getSourceLocation(), [&]() { in MarkFunctionReferenced()
20537 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
H A DSemaType.cpp9115 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound()
9489 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
9504 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
H A DSemaTemplateInstantiate.cpp3066 runWithSufficientStackSpace(Loc, [&] { in SubstDefaultArgument()
H A DSemaTemplateInstantiateDecl.cpp4061 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
H A DSemaChecking.cpp17328 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr()
17426 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
H A DSemaInit.cpp7034 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
H A DSemaTemplate.cpp2363 SemaRef.runWithSufficientStackSpace(NewParam->getLocation(), [&] { in transformConstructor()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6175 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclarator()
6289 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclaratorInternal()
6340 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
6386 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1719 void runWithSufficientStackSpace(SourceLocation Loc,