Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h230 bool is_complete_objc_class = false; member
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h85 void SetIsCompleteObjCClass(bool is_complete_objc_class) { in SetIsCompleteObjCClass()
DTypeSystemClang.cpp326 bool is_complete_objc_class) in TypePayloadClang()