Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCMac.cpp3519 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()
6499 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
6501 if (!ID->hasNonZeroConstructors()) in GenerateClass()
6536 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
6545 if (!ID->hasNonZeroConstructors()) in GenerateClass()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h2699 bool hasNonZeroConstructors() const { return HasNonZeroConstructors; } in hasNonZeroConstructors() function
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1009 Record.push_back(D->hasNonZeroConstructors()); in VisitObjCImplementationDecl()