HomeSort by: relevance | last modified time | path
    Searched defs:runWithSufficientStackSpace (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Stack.h 40 inline void runWithSufficientStackSpace(llvm::function_ref<void()> Diag,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 460 void Sema::runWithSufficientStackSpace(SourceLocation Loc,
462 clang::runWithSufficientStackSpace([&] { warnStackExhausted(Loc); }, Fn);

Completed in 54 milliseconds