Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp317 CompilerType complete_class( in MaybeCalculateCompleteType() local
320 if (complete_class.GetCompleteType()) { in MaybeCalculateCompleteType()
322 m_override_type = complete_class.GetPointerType(); in MaybeCalculateCompleteType()
324 m_override_type = complete_class; in MaybeCalculateCompleteType()