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

References

tools/clang/tools/libclang/CXSourceLocation.cpp
  240   SourceLocation ExpansionLoc = SM.getExpansionLoc(Loc);
  244   FileID fileID = SM.getFileID(ExpansionLoc);
  246   const SrcMgr::SLocEntry &sloc = SM.getSLocEntry(fileID, &Invalid);
  253     *file = const_cast<FileEntry *>(SM.getFileEntryForSLocEntry(sloc));
  255     *line = SM.getExpansionLineNumber(ExpansionLoc);
  257     *column = SM.getExpansionColumnNumber(ExpansionLoc);
  259     *offset = SM.getDecomposedLoc(ExpansionLoc).second;