Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h82 bool is_complete_objc_class = false);
88 void SetIsCompleteObjCClass(bool is_complete_objc_class) { in SetIsCompleteObjCClass() argument
89 m_payload = is_complete_objc_class ? Flags(m_payload).Set(ObjCClassBit) in SetIsCompleteObjCClass()
H A DTypeSystemClang.cpp330 bool is_complete_objc_class) in TypePayloadClang() argument
332 SetIsCompleteObjCClass(is_complete_objc_class); in TypePayloadClang()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h484 bool is_complete_objc_class = false; member
H A DDWARFASTParserClang.cpp397 is_complete_objc_class = form_value.Signed(); in ParsedDWARFTypeAttributes()
1718 !attrs.is_complete_objc_class && in ParseStructureLikeDIE()
1821 TypePayloadClang(OptionalClangModuleID(), attrs.is_complete_objc_class)); in ParseStructureLikeDIE()