14#ifndef LLVM_CLANG_TOOLING_FILEMATCHTRIE_H
15#define LLVM_CLANG_TOOLING_FILEMATCHTRIE_H
18#include "llvm/ADT/StringRef.h"
24class FileMatchTrieNode;
29 virtual bool equivalent(StringRef FileA, StringRef FileB)
const = 0;
68 void insert(StringRef NewPath);
78 raw_ostream &Error)
const;
82 std::unique_ptr<PathComparator> Comparator;
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified.
The JSON file list parser is used to communicate input to InstallAPI.