Home
last modified time | relevance | path

Searched refs:allCookedSources (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/tools/f18/
Df18.cpp191 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
194 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()
/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp184 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument
186 allCookedSources_{allCookedSources},
354 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()
364 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
Dmod-file.cpp774 parser::Parsing parsing{context_.allCookedSources()}; in Read()
/external/llvm-project/flang/tools/f18-parse-demo/
Df18-parse-demo.cpp163 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
164 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h92 parser::AllCookedSources &allCookedSources() { return allCookedSources_; } in allCookedSources() function