Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp219 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches() local
221 valobj, non_ptr_type, in GetPossibleMatches()
225 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()
227 non_ptr_type.GetTypedefedType().GetPointerType(); in GetPossibleMatches()