15 #ifndef LLVM_CLANG_TOOLING_FILEMATCHTRIE_H 16 #define LLVM_CLANG_TOOLING_FILEMATCHTRIE_H 30 virtual bool equivalent(StringRef FileA, StringRef FileB)
const = 0;
70 void insert(StringRef NewPath);
79 StringRef findEquivalent(StringRef FileName,
80 raw_ostream &Error)
const;
83 std::unique_ptr<PathComparator> Comparator;
DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterat...
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
Dataflow Directional Tag Classes.