Home
last modified time | relevance | path

Searched defs:DefaultPathComparator (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DFileMatchTrie.cpp29 struct DefaultPathComparator : public PathComparator { struct
30 bool equivalent(StringRef FileA, StringRef FileB) const override { in equivalent()