Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp85 bool PDBSymbolFunc::isDestructor() const { in isDestructor() function in PDBSymbolFunc
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunction.h164 bool isDestructor() const { return Kind == FunctionKind::Dtor; } in isDestructor() function