Searched refs:CXTUOwner (Results 1 – 3 of 3) sorted by relevance
70 class CXTUOwner {74 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner() function75 ~CXTUOwner();
563 std::unique_ptr<CXTUOwner> CXTU( in clang_indexSourceFile_Impl()564 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, std::move(Unit)))); in clang_indexSourceFile_Impl()567 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner> in clang_indexSourceFile_Impl()
103 cxtu::CXTUOwner::~CXTUOwner() { in ~CXTUOwner()