Searched refs:excludesFileCache (Results 1 – 2 of 2) sorted by relevance
406 if (!excludesFileCache || excludesFileCache->first != file) in excludesFile()407 excludesFileCache.emplace(file, excludedFilePat.match(getFilename(file))); in excludesFile()409 return excludesFileCache->second; in excludesFile()
178 mutable std::optional<std::pair<const InputFile *, bool>> excludesFileCache; variable