Searched refs:findEquivalent (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DFileMatchTrie.h77 StringRef findEquivalent(StringRef FileName,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFileMatchTrie.cpp92 /// \c findEquivalent() function is called recursively for each path segment
104 StringRef findEquivalent(const PathComparator& Comparator, function in class:clang::tooling::FileMatchTrieNode
123 StringRef Result = MatchingChild->getValue().findEquivalent(
196 StringRef FileMatchTrie::findEquivalent(StringRef FileName, function in class:FileMatchTrie
203 StringRef Result = Root->findEquivalent(*Comparator, FileName, IsAmbiguous);
H A DJSONCompilationDatabase.cpp235 StringRef Match = MatchTrie.findEquivalent(NativeFilePath, ES);

Completed in 185 milliseconds