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)) {
  226                      FileLocEnd = SM.getFileLoc(EndLoc);
  240     if (SM.isMacroBodyExpansion(StartLoc) && SM.isMacroBodyExpansion(EndLoc)) {
  249       EndLoc = SM.getFileLoc(EndLoc);
  249       EndLoc = SM.getFileLoc(EndLoc);
  252     if (!isReplaceableRange(StartLoc, EndLoc, SM)) {
  255     replaceWithNullptr(Check, SM, StartLoc, EndLoc);