Lines Matching refs:allSources_
31 allSources_{preprocessor_.allSources()}, features_{lfc},
32 encoding_{allSources_.encoding()} {}
36 preprocessor_{that.preprocessor_}, allSources_{that.allSources_},
64 start_ = allSources_.GetSource(range); in Prescan()
85 TokenSequence tokens{dir, allSources_.AddCompilerInsertion(dir).start()}; in Prescan()
324 auto start{allSources_.GetSourcePosition(tokens.GetCharProvenance(j))}; in EnforceStupidEndStatementRules()
325 auto end{allSources_.GetSourcePosition(tokens.GetCharProvenance(n - 1))}; in EnforceStupidEndStatementRules()
355 allSources_.GetSourcePosition(tokens.GetCharProvenance(endOfPrefix))}; in EnforceStupidEndStatementRules()
356 auto next{allSources_.GetSourcePosition(tokens.GetCharProvenance(j))}; in EnforceStupidEndStatementRules()
841 if (const SourceFile * currentFile{allSources_.GetSourceFile(provenance)}) { in FortranInclude()
845 allSources_.Open(path, error, std::move(prependPath))}; in FortranInclude()
852 allSources_.AddIncludedFile(*included, includeLineRange)}; in FortranInclude()