Home
last modified time | relevance | path

Searched refs:runWithSufficientStackSpace (Results 1 – 14 of 14) 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.cpp3338 S.runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
3405 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArgumentsFromType()
4409 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4576 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4643 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4689 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
4872 runWithSufficientStackSpace(Info.getLocation(), [&] { in DeduceTemplateArguments()
5309 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5338 runWithSufficientStackSpace(Loc, [&] { in DeduceReturnType()
5366 runWithSufficientStackSpace( in CheckIfFunctionSpecializationIsImmediate()
[all …]
H A DSemaLookup.cpp3333 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3359 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3368 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3373 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3380 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3385 runWithSufficientStackSpace(RD->getLocation(), [&] { in LookupSpecialMember()
3544 runWithSufficientStackSpace(Class->getLocation(), [&] { in LookupConstructors()
H A DSema.cpp566 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema
568 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
H A DSemaTemplateDeductionGuide.cpp372 SemaRef.runWithSufficientStackSpace(NewParam->getLocation(), [&] { in transformConstructor()
H A DSemaExpr.cpp5361 runWithSufficientStackSpace(CallLoc, [&] { in CheckCXXDefaultArgExpr()
5505 runWithSufficientStackSpace(CallLoc, [&] { in BuildCXXDefaultArgExpr()
5591 runWithSufficientStackSpace(Loc, [&] { in BuildCXXDefaultInitExpr()
5607 runWithSufficientStackSpace(Loc, [&] { in BuildCXXDefaultInitExpr()
17933 runWithSufficientStackSpace(Loc, [&] { in MarkFunctionReferenced()
18052 runWithSufficientStackSpace(Init->getSourceLocation(), [&]() { in MarkFunctionReferenced()
19532 SemaRef.runWithSufficientStackSpace(PointOfInstantiation, [&] { in DoMarkVarDeclReferenced()
H A DSemaType.cpp8809 runWithSufficientStackSpace(PointOfInstantiation, [&] { in completeExprArrayBound()
9162 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
9177 runWithSufficientStackSpace(Loc, [&] { in RequireCompleteTypeImpl()
H A DSemaTemplateInstantiate.cpp3258 runWithSufficientStackSpace(Loc, [&] { in SubstDefaultArgument()
H A DSemaTemplateInstantiateDecl.cpp4098 runWithSufficientStackSpace(D->getLocation(), [&] { in SubstDecl()
H A DSemaChecking.cpp12433 SemaRef.runWithSufficientStackSpace(CE->getExprLoc(), [&] { in VisitCallExpr()
12531 SemaRef.runWithSufficientStackSpace(CXXOCE->getExprLoc(), [&] { in VisitCXXOperatorCallExpr()
H A DSemaInit.cpp7178 S.runWithSufficientStackSpace(Loc, [&] { in PerformConstructorInitialization()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6571 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclarator()
6685 Actions.runWithSufficientStackSpace(D.getBeginLoc(), [&] { in ParseDeclaratorInternal()
6736 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
6782 Actions.runWithSufficientStackSpace( in ParseDeclaratorInternal()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4154 clang::runWithSufficientStackSpace([&] { warnStackExhausted(DeclLoc); }, in ReadDeclRecord()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h626 void runWithSufficientStackSpace(SourceLocation Loc,