Searched defs:PathComparator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Tooling/
H A DFileMatchTrie.h27 struct PathComparator { struct in namespace:clang::tooling
28 virtual ~PathComparator() {}
51 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
61 /// \brief Construct a new \c FileMatchTrie with the given \c PathComparator.
64 FileMatchTrie(PathComparator* Comparator);
82 std::unique_ptr<PathComparator> Comparator;

Completed in 617 milliseconds