Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSema.cpp430 void Sema::warnStackExhausted(SourceLocation Loc) { in warnStackExhausted() function in Sema
440 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn); in runWithSufficientStackSpace()
DSemaTemplateInstantiate.cpp445 warnStackExhausted(Ctx.PointOfInstantiation); in pushCodeSynthesisContext()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1441 void warnStackExhausted(SourceLocation Loc);