Searched defs:LocationFileChecker (Results 1 – 1 of 1) sorted by relevance
178 struct LocationFileChecker { struct179 bool operator()(SourceLocation Loc) { in operator ()()216 LocationFileChecker(const CompilerInstance &CI, in LocationFileChecker() function225 const CompilerInstance &CI;226 SmallVector<std::pair<SmallString<32>, bool>> &KnownFiles;227 llvm::DenseSet<const FileEntry *> KnownFileEntries;228 llvm::DenseSet<const FileEntry *> ExternalFileEntries;