Searched defs:getDestructorDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DVTableBuilder.h132 return getDestructorDecl();
136 const CXXDestructorDecl *getDestructorDecl() const { function in class:clang::VTableComponent
/external/clang/lib/Analysis/
H A DCFG.cpp3863 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { function in class:CFGImplicitDtor
3868 llvm_unreachable("getDestructorDecl should only be used with "
3906 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext))

Completed in 92 milliseconds