Lines Matching refs:allSources
25 AllSources &allSources{allCooked_.allSources()}; in Prescan() local
26 allSources.ClearSearchPath(); in Prescan()
29 allSources.AppendSearchPathDirectory(path); in Prescan()
37 sourceFile = allSources.ReadStandardInput(fileError); in Prescan()
40 sourceFile = allSources.Open(path, fileError); in Prescan()
43 allSources.Open(path, fileError, "."s /*prepend to search path*/); in Prescan()
46 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
59 allSources.AppendSearchPathDirectory(path); in Prescan()
63 Preprocessor preprocessor{allSources}; in Prescan()
87 ProvenanceRange range{allSources.AddIncludedFile( in Prescan()
97 currentCooked_->CompileProvenanceRangeToOffsetMappings(allSources); in Prescan()
110 const AllSources &allSources{allCooked().allSources()}; in EmitPreprocessedSource() local
132 if (const char *orig{allSources.GetSource(*provenance)}) { in EmitPreprocessedSource()
154 ? allSources.GetSourcePosition(provenance->start()) in EmitPreprocessedSource()