Searched defs:CXTUOwner (Results 1 - 2 of 2) sorted by relevance
/external/clang/tools/libclang/ | ||
H A D | CXTranslationUnit.h | 64 class CXTUOwner { class in namespace:clang::cxtu 68 CXTUOwner(CXTranslationUnitImpl *tu) : TU(tu) { } function in class:clang::cxtu::CXTUOwner 69 ~CXTUOwner(); |
H A D | CIndex.cpp | 100 cxtu::CXTUOwner::~CXTUOwner() { |
Completed in 61 milliseconds