Home
last modified time | relevance | path

Searched defs:isDestructor (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp89 bool PDBSymbolFunc::isDestructor() const { in isDestructor() function in PDBSymbolFunc
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h140 bool isDestructor() const { return isa<CXXDestructorDecl>(F); } isDestructor() function