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
  107     Loc = expandIfMacroId(SM.getImmediateExpansionRange(Loc).getBegin(), SM);
  208   SourceLocation BeginF = expandIfMacroId(F.getBeginLoc(), SM);
  209   SourceLocation BeginNameF = expandIfMacroId(F.getLocation(), SM);
  285   ReturnTypeRange.setBegin(expandIfMacroId(ReturnTypeRange.getBegin(), SM));
  286   ReturnTypeRange.setEnd(expandIfMacroId(ReturnTypeRange.getEnd(), SM));