Home
last modified time | relevance | path

Searched defs:getDestructor (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.h70 const CXXDestructorDecl *getDestructor() const { in getDestructor() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1972 CXXDestructorDecl *CXXRecordDecl::getDestructor() const { in getDestructor() function in CXXRecordDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1454 const CXXDestructorDecl *getDestructor() const { return Destructor; } in getDestructor() function