Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h50 std::shared_ptr<Fortran::parser::AllCookedSources> allCookedSources; variable
109 assert(allCookedSources && "Compiler instance has no AllCookedSources!"); in getAllCookedSources()
110 return *allCookedSources; in getAllCookedSources()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInstance.cpp31 allCookedSources(new Fortran::parser::AllCookedSources(*allSources)), in CompilerInstance()
32 parsing(new Fortran::parser::Parsing(*allCookedSources)) { in CompilerInstance()
153 invoc.setSemanticsOpts(*this->allCookedSources); in executeAction()
H A DCompilerInvocation.cpp781 Fortran::parser::AllCookedSources &allCookedSources) { in setSemanticsOpts() argument
785 getDefaultKinds(), fortranOptions.features, allCookedSources); in setSemanticsOpts()
/llvm-project-15.0.7/flang/tools/bbc/
H A Dbbc.cpp157 Fortran::parser::Parsing parsing{semanticsContext.allCookedSources()}; in convertFortranSourceToMLIR()
320 Fortran::parser::AllCookedSources allCookedSources(allSources); in main() local
322 defaultKinds, options.features, allCookedSources}; in main()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp287 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument
289 allCookedSources_{allCookedSources},
499 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()
509 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
H A Dsymbol.cpp741 return x->GetSemanticsContext().allCookedSources().Precedes( in operator ()()
H A Dmod-file.cpp951 parser::Parsing parsing{context_.allCookedSources()}; in Read()
/llvm-project-15.0.7/flang/tools/f18-parse-demo/
H A Df18-parse-demo.cpp164 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local
165 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()
181 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp463 void CookedSource::Marshal(AllCookedSources &allCookedSources) { in Marshal() argument
465 provenanceMap_.Put(allCookedSources.allSources().AddCompilerInsertion( in Marshal()
469 allCookedSources.Register(*this); in Marshal()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h110 parser::AllCookedSources &allCookedSources() { return allCookedSources_; } in allCookedSources() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1563 return x->GetSemanticsContext().allCookedSources().Precedes( in operator ()()
1568 return x->GetSemanticsContext().allCookedSources().Precedes( in operator ()()