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