Home
last modified time | relevance | path

Searched defs:is_complete_objc_class (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h484 bool is_complete_objc_class = false; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h88 void SetIsCompleteObjCClass(bool is_complete_objc_class) { in SetIsCompleteObjCClass()
H A DTypeSystemClang.cpp330 bool is_complete_objc_class) in TypePayloadClang()