15 #ifndef LLVM_CLANG_TOOLING_FILEMATCHTRIE_H
16 #define LLVM_CLANG_TOOLING_FILEMATCHTRIE_H
19 #include "llvm/ADT/StringRef.h"
29 virtual bool equivalent(StringRef FileA, StringRef FileB)
const = 0;
31 class FileMatchTrieNode;
69 void insert(StringRef NewPath);
79 raw_ostream &Error)
const;
82 std::unique_ptr<PathComparator> Comparator;
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...