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

References

tools/clang/tools/extra/clang-tidy/modernize/UseNullptrCheck.cpp
  224     if (SM.isMacroArgExpansion(StartLoc) && SM.isMacroArgExpansion(EndLoc)) {
  225       SourceLocation FileLocStart = SM.getFileLoc(StartLoc),
  229       if (!getMacroAndArgLocations(StartLoc, ImmediateMacroArgLoc, MacroLoc) ||
  240     if (SM.isMacroBodyExpansion(StartLoc) && SM.isMacroBodyExpansion(EndLoc)) {
  242           getOutermostMacroName(StartLoc, SM, Context.getLangOpts());
  248       StartLoc = SM.getFileLoc(StartLoc);
  248       StartLoc = SM.getFileLoc(StartLoc);
  252     if (!isReplaceableRange(StartLoc, EndLoc, SM)) {
  255     replaceWithNullptr(Check, SM, StartLoc, EndLoc);