Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormatManager.cpp199 CompilerType non_ref_type = compiler_type.GetNonReferenceType(); in GetPossibleMatches() local
201 valobj, non_ref_type, in GetPossibleMatches()
205 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()
206 CompilerType deffed_referenced_type = non_ref_type.GetTypedefedType(); in GetPossibleMatches()