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

References

tools/clang/tools/extra/clang-include-fixer/IncludeFixer.cpp
  211   if (!CI->getSourceManager().isWrittenInMainFile(Typo.getLoc()))
  264                                                 Typo.getLoc());
  268   } else if (Typo.getName().isIdentifier() && !Typo.getLoc().isMacroID()) {
  268   } else if (Typo.getName().isIdentifier() && !Typo.getLoc().isMacroID()) {
  270         CharSourceRange::getTokenRange(Typo.getBeginLoc(), Typo.getEndLoc());
  270         CharSourceRange::getTokenRange(Typo.getBeginLoc(), Typo.getEndLoc());
  275     QueryString = Typo.getAsString();
  276     SymbolRange = CreateToolingRange(Typo.getLoc());
  285     TypoCorrection Correction(Typo.getName());
  286     Correction.setCorrectionRange(SS, Typo);
  287     FileID FID = SM.getFileID(Typo.getLoc());