Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp3512 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()
6493 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
6495 if (!ID->hasNonZeroConstructors()) in GenerateClass()
6530 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
6539 if (!ID->hasNonZeroConstructors()) in GenerateClass()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2699 bool hasNonZeroConstructors() const { return HasNonZeroConstructors; } in hasNonZeroConstructors() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp971 Record.push_back(D->hasNonZeroConstructors()); in VisitObjCImplementationDecl()