Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp208 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches() local
209 GetPossibleMatches(valobj, non_ref_type, use_dynamic, entries, in GetPossibleMatches()
211 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()
212 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()