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.cpp2376 const llvm::StringRef &match_prefix, in AddMatches() argument
2382 if (match_prefix.empty()) in AddMatches()
2384 else if (strncmp(def->children[i].name, match_prefix.data(), in AddMatches()
2385 match_prefix.size()) == 0) in AddMatches()
2387 MakeMatch(prefix, def->children[i].name + match_prefix.size())); in AddMatches()