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

References

tools/clang/lib/Basic/SourceManager.cpp
 2082     out << "SLocEntry <FileID " << ID << "> " << (Entry.isFile() ? "file" : "expansion")
 2085       out << *NextStart << ">\n";
 2087       out << "???\?>\n";
 2091         out << "  covers <FileID " << ID << ":" << int(ID + FI.NumCreatedFIDs)
 2094         out << "  included from " << FI.getIncludeLoc().getOffset() << "\n";
 2096         out << "  for " << (CC->OrigEntry ? CC->OrigEntry->getName() : "<none>")
 2099           out << "  contents overridden\n";
 2101           out << "  contents from "
 2108       out << "  spelling from " << EI.getSpellingLoc().getOffset() << "\n";
 2109       out << "  macro " << (EI.isMacroArgExpansion() ? "arg" : "body")