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

References

tools/clang/tools/extra/clang-tidy/bugprone/ArgumentCommentCheck.cpp
  257   auto MakeFileCharRange = [Ctx](SourceLocation Begin, SourceLocation End) {
  259                                     Ctx->getSourceManager(),
  260                                     Ctx->getLangOpts());
  285       Comments = getCommentsInRange(Ctx, BeforeArgument);
  290       Comments = getCommentsBeforeLoc(Ctx, ArgsRange.getBegin());