Searched refs:allCookedSources (Results 1 – 11 of 11) sorted by relevance
50 std::shared_ptr<Fortran::parser::AllCookedSources> allCookedSources; variable109 assert(allCookedSources && "Compiler instance has no AllCookedSources!"); in getAllCookedSources()110 return *allCookedSources; in getAllCookedSources()
31 allCookedSources(new Fortran::parser::AllCookedSources(*allSources)), in CompilerInstance()32 parsing(new Fortran::parser::Parsing(*allCookedSources)) { in CompilerInstance()153 invoc.setSemanticsOpts(*this->allCookedSources); in executeAction()
781 Fortran::parser::AllCookedSources &allCookedSources) { in setSemanticsOpts() argument785 getDefaultKinds(), fortranOptions.features, allCookedSources); in setSemanticsOpts()
157 Fortran::parser::Parsing parsing{semanticsContext.allCookedSources()}; in convertFortranSourceToMLIR()320 Fortran::parser::AllCookedSources allCookedSources(allSources); in main() local322 defaultKinds, options.features, allCookedSources}; in main()
287 parser::AllCookedSources &allCookedSources) in SemanticsContext() argument289 allCookedSources_{allCookedSources},499 context_.messages().Emit(os, context_.allCookedSources()); in EmitMessages()509 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; in DumpSymbolsSources()
741 return x->GetSemanticsContext().allCookedSources().Precedes( in operator ()()
951 parser::Parsing parsing{context_.allCookedSources()}; in Read()
164 Fortran::parser::AllCookedSources allCookedSources{allSources}; in CompileFortran() local165 Fortran::parser::Parsing parsing{allCookedSources}; in CompileFortran()181 parsing.messages().Emit(llvm::errs(), allCookedSources); in CompileFortran()
463 void CookedSource::Marshal(AllCookedSources &allCookedSources) { in Marshal() argument465 provenanceMap_.Put(allCookedSources.allSources().AddCompilerInsertion( in Marshal()469 allCookedSources.Register(*this); in Marshal()
110 parser::AllCookedSources &allCookedSources() { return allCookedSources_; } in allCookedSources() function
1563 return x->GetSemanticsContext().allCookedSources().Precedes( in operator ()()1568 return x->GetSemanticsContext().allCookedSources().Precedes( in operator ()()