Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp3065 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()
5829 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
5831 if (!ID->hasNonZeroConstructors()) in GenerateClass()
5870 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
5879 if (!ID->hasNonZeroConstructors()) in GenerateClass()
/external/clang/include/clang/AST/
DDeclObjC.h1860 bool hasNonZeroConstructors() const { return HasNonZeroConstructors; } in hasNonZeroConstructors() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp616 Record.push_back(D->hasNonZeroConstructors()); in VisitObjCImplementationDecl()