Lines Matching defs:remainder
2021 llvm::StringRef &remainder) {
2031 remainder = format_str.drop_front(format_str.size() - 1);
2033 remainder = llvm::StringRef(); // Exact match
2037 return FindEntry(p.second, entry_def, remainder);
2039 remainder = p.second;
2045 remainder = format_str;
2447 llvm::StringRef remainder;
2448 const Definition *entry_def = FindEntry(partial_variable, &g_root, remainder);
2454 if (remainder.empty()) {
2463 } else if (remainder == ".") {
2472 AddMatches(entry_def, str, remainder, new_matches);