Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp3516 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) in GenerateClass()
6526 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
6528 if (!ID->hasNonZeroConstructors()) in GenerateClass()
6563 if (ID->hasNonZeroConstructors() || ID->hasDestructors()) { in GenerateClass()
6572 if (!ID->hasNonZeroConstructors()) in GenerateClass()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2650 bool hasNonZeroConstructors() const { return HasNonZeroConstructors; } in hasNonZeroConstructors() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp898 Record.push_back(D->hasNonZeroConstructors()); in VisitObjCImplementationDecl()