Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2517 const llvm::StringRef &match_prefix, in AddMatches() argument
2522 if (match_prefix.empty()) in AddMatches()
2524 else if (strncmp(def->children[i].name, match_prefix.data(), in AddMatches()
2525 match_prefix.size()) == 0) in AddMatches()
2527 MakeMatch(prefix, def->children[i].name + match_prefix.size())); in AddMatches()