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

References

tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  684     FixLocation = SourceMgr->getSpellingLoc(FixLocation);
  684     FixLocation = SourceMgr->getSpellingLoc(FixLocation);
  685   if (FixLocation.isInvalid())
  691   if (!Failure.RawUsageLocs.insert(FixLocation.getRawEncoding()).second)