Home
last modified time | relevance | path

Searched refs:is_complete_objc_class (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h79 bool is_complete_objc_class = false);
85 void SetIsCompleteObjCClass(bool is_complete_objc_class) { in SetIsCompleteObjCClass() argument
86 m_payload = is_complete_objc_class ? Flags(m_payload).Set(ObjCClassBit) in SetIsCompleteObjCClass()
H A DTypeSystemClang.cpp329 bool is_complete_objc_class) in TypePayloadClang() argument
331 SetIsCompleteObjCClass(is_complete_objc_class); in TypePayloadClang()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h428 bool is_complete_objc_class = false; member
H A DDWARFASTParserClang.cpp401 is_complete_objc_class = form_value.Signed(); in ParsedDWARFTypeAttributes()
1684 if (!attrs.is_complete_objc_class && in ParseStructureLikeDIE()
1853 TypePayloadClang(OptionalClangModuleID(), attrs.is_complete_objc_class)); in ParseStructureLikeDIE()