Searched refs:SubstringAndIndex (Results 1 – 1 of 1) sorted by relevance
366 using SubstringAndIndex = std::pair<StringRef, size_t>; typedef in clang::tooling::__anonf4fe06af0111::FileIndex393 auto Award = [&](int Points, ArrayRef<SubstringAndIndex> Range) { in scoreCandidates()460 ArrayRef<SubstringAndIndex>461 indexLookup(StringRef Key, ArrayRef<SubstringAndIndex> Idx) const { in indexLookup()469 SubstringAndIndex longestMatch(StringRef Key, in longestMatch()470 ArrayRef<SubstringAndIndex> Idx) const { in longestMatch()473 auto It = llvm::lower_bound(Idx, SubstringAndIndex{Key, 0}); in longestMatch()490 std::vector<SubstringAndIndex> Paths; // Full path.494 std::vector<SubstringAndIndex> Stems; // Basename, without extension.495 std::vector<SubstringAndIndex> Components; // Last path components.