Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.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()
/external/clang/include/clang/AST/
DDeclObjC.h2085 bool hasNonZeroConstructors() const { return HasNonZeroConstructors; } in hasNonZeroConstructors() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp715 Record.push_back(D->hasNonZeroConstructors()); in VisitObjCImplementationDecl()