Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp177 FormattersMatchCandidate::Flags current_flags, bool root_level, in GetPossibleMatches() argument
213 current_flags.WithStrippedReference(), root_level, in GetPossibleMatches()
222 current_flags.WithStrippedTypedef(), root_level, in GetPossibleMatches()
230 current_flags.WithStrippedPointer(), root_level, in GetPossibleMatches()
237 current_flags.WithStrippedTypedef(), root_level, in GetPossibleMatches()
256 current_flags.WithStrippedTypedef(), root_level, in GetPossibleMatches()
275 current_flags.WithStrippedTypedef(), root_level, in GetPossibleMatches()
279 if (root_level) { in GetPossibleMatches()
291 entries, current_flags, root_level, in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatManager.h183 bool root_level = false,