Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXTranslationUnit.h70 class CXTUOwner {
74 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } in CXTUOwner() function
75 ~CXTUOwner();
DIndexing.cpp563 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()
DCIndex.cpp103 cxtu::CXTUOwner::~CXTUOwner() { in ~CXTUOwner()