reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/ClangTidyOptions.cpp
  243   for (StringRef CurrentPath = Path; !CurrentPath.empty();
  256       while (Path != CurrentPath) {
  258                    << "Caching configuration for path " << Path << ".\n");
  259         CachedOptions[Path] = *Result;
  260         Path = llvm::sys::path::parent_path(Path);
  260         Path = llvm::sys::path::parent_path(Path);
  262       CachedOptions[Path] = *Result;