Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h299 bool is_complete_objc_class = false; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h85 void SetIsCompleteObjCClass(bool is_complete_objc_class) { in SetIsCompleteObjCClass()
H A DTypeSystemClang.cpp327 bool is_complete_objc_class) in TypePayloadClang()