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

References

tools/clang/lib/Edit/Commit.cpp
  232   const SourceManager &SM = SourceMgr;
  255   SourceLocation spellLoc = SourceMgr.getSpellingLoc(loc);
  256   unsigned tokLen = Lexer::MeasureTokenLength(spellLoc, SourceMgr, LangOpts);
  262   const SourceManager &SM = SourceMgr;
  272   loc = Lexer::getLocForEndOfToken(loc, 0, SourceMgr, LangOpts);
  298   const SourceManager &SM = SourceMgr;
  332   StringRef file = SourceMgr.getBufferData(Offs.getFID(), &invalidTemp);
  342   return Lexer::isAtStartOfMacroExpansion(loc, SourceMgr, LangOpts, MacroBegin);
  347   return Lexer::isAtEndOfMacroExpansion(loc, SourceMgr, LangOpts, MacroEnd);