Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp197 lldb::TypeFormatImplSP current_format; in GetFormat() local
202 match_data.GetMatchesVector(), current_format, in GetFormat()
205 return current_format; in GetFormat()
237 lldb::TypeSummaryImplSP current_format; in GetSummaryFormat() local
242 match_data.GetMatchesVector(), current_format, in GetSummaryFormat()
245 return current_format; in GetSummaryFormat()
279 lldb::SyntheticChildrenSP current_format; in GetSyntheticChildren() local
285 match_data.GetMatchesVector(), current_format, in GetSyntheticChildren()
288 return current_format; in GetSyntheticChildren()
321 lldb::TypeValidatorImplSP current_format; in GetValidator() local
[all …]