Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp449 CompilerType complete_class( in GetRuntimeType() local
451 if (complete_class.GetCompleteType()) { in GetRuntimeType()
453 return complete_class.GetPointerType(); in GetRuntimeType()
455 return complete_class; in GetRuntimeType()