Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStack.h40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag, in runWithSufficientStackSpace() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3083 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
3133 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4099 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4207 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4302 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4350 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4513 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4942 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
4971 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5477 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in isAtLeastAsSpecializedAs()
H A DSemaLookup.cpp3366 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3392 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3400 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3405 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3412 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3417 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3577 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
H A DSema.cpp503 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema
505 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
H A DSemaType.cpp8625 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound()
9000 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
9015 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
H A DSemaTemplateInstantiate.cpp2875 runWithSufficientStackSpace(Loc, [&] { in SubstDefaultArgument()
H A DSemaTemplateInstantiateDecl.cpp3996 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
H A DSemaChecking.cpp15550 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr()
15648 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
H A DSemaInit.cpp6890 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
H A DSemaExpr.cpp18313 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced()
19836 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp5955 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclarator()
6068 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclaratorInternal()
6119 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
6165 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1682 void runWithSufficientStackSpace(SourceLocation Loc,