Searched refs:SubstringAndIndex (Results 1 – 1 of 1) sorted by relevance
369 using SubstringAndIndex = std::pair<StringRef, size_t>; typedef in clang::tooling::__anon893e7f6d0111::FileIndex396 auto Award = [&](int Points, ArrayRef<SubstringAndIndex> Range) { in scoreCandidates()463 ArrayRef<SubstringAndIndex>464 indexLookup(StringRef Key, ArrayRef<SubstringAndIndex> Idx) const { in indexLookup()472 SubstringAndIndex longestMatch(StringRef Key, in longestMatch()473 ArrayRef<SubstringAndIndex> Idx) const { in longestMatch()476 auto It = llvm::lower_bound(Idx, SubstringAndIndex{Key, 0}); in longestMatch()493 std::vector<SubstringAndIndex> Paths; // Full path.497 std::vector<SubstringAndIndex> Stems; // Basename, without extension.498 std::vector<SubstringAndIndex> Components; // Last path components.