Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXTranslationUnit.h64 class CXTUOwner {
68 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner() function
69 ~CXTUOwner();
DIndexing.cpp578 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()
DCIndex.cpp100 cxtu::CXTUOwner::~CXTUOwner() { in ~CXTUOwner()