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

References

tools/clang/tools/extra/clang-tidy/ClangTidyCheck.cpp
   39   const auto &Iter = CheckOptions.find(NamePrefix + LocalName.str());
   40   if (Iter != CheckOptions.end())
   48   auto Iter = CheckOptions.find(NamePrefix + LocalName.str());
   49   if (Iter != CheckOptions.end())
   52   Iter = CheckOptions.find(LocalName.str());
   53   if (Iter != CheckOptions.end())