Searched refs:is_complete_objc_class (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h201 void SetIsCompleteObjCClass(bool is_complete_objc_class) { argument
202 m_is_complete_objc_class = is_complete_objc_class;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h227 bool is_complete_objc_class = false; member in struct:ParsedDWARFTypeAttributes
H A DDWARFASTParserClang.cpp362 is_complete_objc_class = form_value.Signed();
1456 if (!attrs.is_complete_objc_class &&
1461 // is_complete_objc_class above and know it is false), so the real
1633 type_sp->SetIsCompleteObjCClass(attrs.is_complete_objc_class);

Completed in 116 milliseconds