Searched refs:CachedOptions (Results 1 – 2 of 2) sorted by relevance
260 auto Iter = CachedOptions.find(CurrentPath); in addRawFileOptions()261 if (Iter != CachedOptions.end()) in addRawFileOptions()272 if (!CachedOptions.count(Path)) in addRawFileOptions()273 CachedOptions[Path] = *Result; in addRawFileOptions()276 CachedOptions[Path] = *Result; in addRawFileOptions()
235 llvm::StringMap<OptionsSource> CachedOptions; variable