Home
last modified time | relevance | path

Searched defs:runWithSufficientStackSpace (Results 1 – 2 of 2) 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 DSema.cpp566 void Sema::runWithSufficientStackSpace(SourceLocation Loc, in runWithSufficientStackSpace() function in Sema