Home
last modified time | relevance | path

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

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