Home
last modified time | relevance | path

Searched refs:CXTUOwner (Results 1 – 6 of 6) 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()
/external/llvm-project/clang/tools/libclang/
DCXTranslationUnit.h70 class CXTUOwner {
74 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner() function
75 ~CXTUOwner();
DIndexing.cpp560 std::unique_ptr<CXTUOwner> CXTU( in clang_indexSourceFile_Impl()
561 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, std::move(Unit)))); in clang_indexSourceFile_Impl()
564 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner> in clang_indexSourceFile_Impl()
DCIndex.cpp102 cxtu::CXTUOwner::~CXTUOwner() { in ~CXTUOwner()