Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp448 CompilerType complete_class( in GetRuntimeType() local
450 if (complete_class.GetCompleteType()) { in GetRuntimeType()
452 return complete_class.GetPointerType(); in GetRuntimeType()
454 return complete_class; in GetRuntimeType()