Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2655 bool hasDestructors() const { return HasDestructors; } in hasDestructors() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp3516 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()
6526 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
6563 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp899 Record.push_back(D->hasDestructors()); in VisitObjCImplementationDecl()