Lines Matching defs:allSources
25 AllSources &allSources{allCooked_.allSources()};
26 allSources.ClearSearchPath();
29 allSources.AppendSearchPathDirectory(path);
37 sourceFile = allSources.ReadStandardInput(fileError);
40 sourceFile = allSources.Open(path, fileError);
43 allSources.Open(path, fileError, "."s /*prepend to search path*/);
46 ProvenanceRange range{allSources.AddCompilerInsertion(path)};
59 allSources.AppendSearchPathDirectory(path);
94 ProvenanceRange range{allSources.AddIncludedFile(
104 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources);
107 allSources.setShowColors(/*showColors=*/true);
124 const AllSources &allSources{allCooked().allSources()};
146 if (const char *orig{allSources.GetSource(*provenance)}) {
169 ? allSources.GetSourcePosition(provenance->start())