Home
last modified time | relevance | path

Searched refs:isUnsafeToFree (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h426 bool isUnsafeToFree() const { return UnsafeToFree; } in isUnsafeToFree() function
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp4397 if (Unit && Unit->isUnsafeToFree()) in clang_disposeTranslationUnit()
4413 if (Unit && Unit->isUnsafeToFree()) in clang_suspendTranslationUnit()