Home
last modified time | relevance | path

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

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