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.cpp526 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()
DCIndex.cpp97 cxtu::CXTUOwner::~CXTUOwner() { in ~CXTUOwner()