Home
last modified time | relevance | path

Searched refs:hasDestructors (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2704 bool hasDestructors() const { return HasDestructors; } in hasDestructors() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3519 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()
6499 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
6536 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1010 Record.push_back(D->hasDestructors()); in VisitObjCImplementationDecl()