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
   70   if (BeginLoc.first != EndLoc.first)
   74   StringRef Buffer = SM.getBufferData(BeginLoc.first, &Invalid);
   78   const char *StrData = Buffer.data() + BeginLoc.second;
   80   Lexer TheLexer(SM.getLocForStartOfFile(BeginLoc.first), Ctx->getLangOpts(),
   94       assert(CommentLoc.first == BeginLoc.first);