Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2643 bool hasDestructors() const { return HasDestructors; } in hasDestructors() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp3581 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()
6579 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
6616 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp893 Record.push_back(D->hasDestructors()); in VisitObjCImplementationDecl()