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

References

tools/clang/tools/extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
  208   SourceLocation BeginF = expandIfMacroId(F.getBeginLoc(), SM);
  209   SourceLocation BeginNameF = expandIfMacroId(F.getLocation(), SM);
  212   std::pair<FileID, unsigned> Loc = SM.getDecomposedLoc(BeginF);
  213   StringRef File = SM.getBufferData(Loc.first);
  215   Lexer Lexer(SM.getLocForStartOfFile(Loc.first), LangOpts, File.begin(),
  220          SM.isBeforeInTranslationUnit(T.getLocation(), BeginNameF)) {
  223           StringRef(SM.getCharacterData(T.getLocation()), T.getLength()));