Searched refs:allCookedSources (Results 1 – 5 of 5) sorted by relevance
191 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local194 defaultKinds, options.features, allCookedSources}; in CompileFortran()208 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()213 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()222 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()232 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()287 if (auto cb{allCookedSources.GetCharBlockFromLineAndColumns( in CompileFortran()296 allCookedSources.GetSourcePositionRange(symbol->name())}) { in CompileFortran()
184 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument186 allCookedSources_{allCookedSources},354 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()364 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
774 parser::Parsing parsing{context_.allCookedSources()}; in Read()
163 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local164 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
92 parser::AllCookedSources &allCookedSources() { return allCookedSources_; } in allCookedSources() function