Searched refs:excludesFileCache (Results 1 – 2 of 2) sorted by relevance
350 if (!excludesFileCache || excludesFileCache->first != file) in excludesFile()351 excludesFileCache.emplace(file, excludedFilePat.match(getFilename(file))); in excludesFile()353 return excludesFileCache->second; in excludesFile()
154 mutable llvm::Optional<std::pair<const InputFile *, bool>> excludesFileCache; variable