Home
last modified time | relevance | path

Searched refs:CachedOptions (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp294 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()
H A DClangTidyOptions.h236 llvm::StringMap<OptionsSource> CachedOptions; variable