Lines Matching defs:AllSources
127 const AllSources &allSources) const {
149 AllSources::AllSources() : range_{1, 1} {
156 AllSources::~AllSources() {}
158 const char &AllSources::operator[](Provenance at) const {
163 void AllSources::ClearSearchPath() { searchPath_.clear(); }
165 void AllSources::AppendSearchPathDirectory(std::string directory) {
170 const SourceFile *AllSources::OpenPath(
180 const SourceFile *AllSources::Open(std::string path, llvm::raw_ostream &error,
201 const SourceFile *AllSources::ReadStandardInput(llvm::raw_ostream &error) {
209 ProvenanceRange AllSources::AddIncludedFile(
218 ProvenanceRange AllSources::AddMacroCall(
227 ProvenanceRange AllSources::AddCompilerInsertion(std::string text) {
249 std::optional<ProvenanceRange> AllSources::GetInclusionInfo(
270 void AllSources::EmitMessage(llvm::raw_ostream &o,
344 const SourceFile *AllSources::GetSourceFile(
373 const char *AllSources::GetSource(ProvenanceRange range) const {
381 std::optional<SourcePosition> AllSources::GetSourcePosition(
400 std::optional<ProvenanceRange> AllSources::GetFirstFileProvenance() const {
409 std::string AllSources::GetPath(Provenance at, bool topLevel) const {
415 int AllSources::GetLineNumber(Provenance at) const {
421 Provenance AllSources::CompilerInsertionProvenance(char ch) {
432 ProvenanceRange AllSources::IntersectionWithSourceFiles(
448 AllSources::Origin::Origin(ProvenanceRange r, const SourceFile &source)
450 AllSources::Origin::Origin(ProvenanceRange r, const SourceFile &included,
453 AllSources::Origin::Origin(ProvenanceRange r, ProvenanceRange def,
456 AllSources::Origin::Origin(ProvenanceRange r, const std::string &text)
459 const char &AllSources::Origin::operator[](std::size_t n) const {
473 const AllSources::Origin &AllSources::MapToOrigin(Provenance at) const {
489 Provenance AllSources::GetReplacedProvenance(Provenance provenance) const {
556 AllSources &allSources) {
590 llvm::raw_ostream &AllSources::Dump(llvm::raw_ostream &o) const {
591 o << "AllSources range_ ";
638 AllCookedSources::AllCookedSources(AllSources &s) : allSources_{s} {}
703 o << "AllSources:\n";