Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2324 bool hasDestructors() const { return HasDestructors; } in hasDestructors() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp3018 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()
5767 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
5816 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp746 Record.push_back(D->hasDestructors()); in VisitObjCImplementationDecl()