15 #ifndef LLVM_CLANG_TOOLING_FILEMATCHTRIE_H
16 #define LLVM_CLANG_TOOLING_FILEMATCHTRIE_H
30 virtual bool equivalent(StringRef FileA, StringRef FileB)
const = 0;
32 class FileMatchTrieNode;
70 void insert(StringRef NewPath);
80 raw_ostream &Error)
const;
83 std::unique_ptr<PathComparator> Comparator;
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...