Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp476 void Sema::warnStackExhausted(SourceLocation Loc) { in warnStackExhausted() function in Sema
486 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
H A DSemaTemplateInstantiate.cpp445 warnStackExhausted(Ctx.PointOfInstantiation); in pushCodeSynthesisContext()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1572 void warnStackExhausted(SourceLocation Loc);