Searched refs:matchesFileCache (Results 1 – 2 of 2) sorted by relevance
340 if (!matchesFileCache || matchesFileCache->first != file) in matchesFile()341 matchesFileCache.emplace(file, filePat.match(getFilename(file))); in matchesFile()343 return matchesFileCache->second; in matchesFile()
173 mutable llvm::Optional<std::pair<const InputFile *, bool>> matchesFileCache; variable