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

References

tools/clang/include/clang/Basic/SourceManager.h
  389       X.SpellingLoc = SpellingLoc.getRawEncoding();
  390       X.ExpansionLocStart = Start.getRawEncoding();
  391       X.ExpansionLocEnd = End.getRawEncoding();
  392       X.ExpansionIsTokenRange = ExpansionIsTokenRange;
  393       return X;