Home
last modified time | relevance | path

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

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