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
   67   std::pair<FileID, unsigned> BeginLoc = SM.getDecomposedLoc(Range.getBegin()),
   68                               EndLoc = SM.getDecomposedLoc(Range.getEnd());
   74   StringRef Buffer = SM.getBufferData(BeginLoc.first, &Invalid);
   80   Lexer TheLexer(SM.getLocForStartOfFile(BeginLoc.first), Ctx->getLangOpts(),
   93           SM.getDecomposedLoc(Tok.getLocation());