Home
last modified time | relevance | path

Searched refs:warnStackExhausted (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp498 void Sema::warnStackExhausted(SourceLocation Loc) { in warnStackExhausted() function in Sema
508 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
H A DSemaTemplateInstantiate.cpp439 warnStackExhausted(Ctx.PointOfInstantiation); in pushCodeSynthesisContext()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1644 void warnStackExhausted(SourceLocation Loc);