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
   86     if (TheLexer.LexFromRawLexer(Tok))
   88     if (Tok.getLocation() == Range.getEnd() || Tok.is(tok::eof))
   88     if (Tok.getLocation() == Range.getEnd() || Tok.is(tok::eof))
   91     if (Tok.is(tok::comment)) {
   93           SM.getDecomposedLoc(Tok.getLocation());
   96           Tok.getLocation(),
   97           StringRef(Buffer.begin() + CommentLoc.second, Tok.getLength()));