Searched defs:CXTUOwner (Results 1 - 2 of 2) 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 DCIndex.cpp95 cxtu::CXTUOwner::~CXTUOwner() {

Completed in 398 milliseconds