Searched refs:excludesFileCache (Results 1 – 2 of 2) sorted by relevance
436 if (!excludesFileCache || excludesFileCache->first != &file) in excludesFile()437 excludesFileCache.emplace(&file, in excludesFile()440 return excludesFileCache->second; in excludesFile()
181 mutable std::optional<std::pair<const InputFile *, bool>> excludesFileCache; variable