Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h230 bool is_complete_objc_class = false; member
DDWARFASTParserClang.cpp410 is_complete_objc_class = form_value.Signed(); in ParsedDWARFTypeAttributes()
1487 if (!attrs.is_complete_objc_class && in ParseStructureLikeDIE()
1658 TypePayloadClang(OptionalClangModuleID(), attrs.is_complete_objc_class)); in ParseStructureLikeDIE()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
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()
DTypeSystemClang.cpp326 bool is_complete_objc_class) in TypePayloadClang() argument
328 SetIsCompleteObjCClass(is_complete_objc_class); in TypePayloadClang()