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();
  244        CurrentPath = llvm::sys::path::parent_path(CurrentPath)) {
  244        CurrentPath = llvm::sys::path::parent_path(CurrentPath)) {
  247     auto Iter = CachedOptions.find(CurrentPath);
  252       Result = tryReadConfigFile(CurrentPath);
  256       while (Path != CurrentPath) {