Searched refs:CXTUOwner (Results 1 – 3 of 3) sorted by relevance
64 class CXTUOwner {68 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner() function69 ~CXTUOwner();
526 std::unique_ptr<CXTUOwner> CXTU( in clang_indexSourceFile_Impl()527 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit))); in clang_indexSourceFile_Impl()530 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner> in clang_indexSourceFile_Impl()
97 cxtu::CXTUOwner::~CXTUOwner() { in ~CXTUOwner()