Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp25 struct DefaultPathComparator : public PathComparator { struct
26 bool equivalent(StringRef FileA, StringRef FileB) const override { in equivalent()