Searched refs:CachedOptions (Results 1 – 2 of 2) sorted by relevance
294 auto Iter = CachedOptions.find(CurrentPath); in addRawFileOptions()295 if (Iter != CachedOptions.end()) in addRawFileOptions()306 if (!CachedOptions.count(Path)) in addRawFileOptions()307 CachedOptions[Path] = *Result; in addRawFileOptions()310 CachedOptions[Path] = *Result; in addRawFileOptions()
236 llvm::StringMap<OptionsSource> CachedOptions; variable