Searched refs:CXTUOwner (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DCXTranslationUnit.h64 class CXTUOwner { class in namespace:clang::cxtu
68 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } function in class:clang::cxtu::CXTUOwner
69 ~CXTUOwner();
H A DIndexing.cpp601 std::unique_ptr<CXTUOwner> CXTU(
602 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit)));
605 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner>
H A DCIndex.cpp99 cxtu::CXTUOwner::~CXTUOwner() {

Completed in 75 milliseconds