Home
last modified time | relevance | path

Searched refs:isDestructor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFunc.h31 bool isDestructor() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolFunc.cpp89 bool PDBSymbolFunc::isDestructor() const { in isDestructor() function in PDBSymbolFunc
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h143 bool isDestructor() const { return isa<CXXDestructorDecl>(F); } in isDestructor() function
H A DInterp.cpp415 Func && (Func->isConstructor() || Func->isDestructor()) && in CheckConst()