Home
last modified time | relevance | path

Searched defs:cooked (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/include/flang/Parser/
H A Dparsing.h58 const CookedSource &cooked() const { return DEREF(currentCooked_); } cooked() function
H A Dparse-state.h37 ParseState(const CookedSource &cooked) in ParseState()
/llvm-project/flang/include/flang/Lower/
H A DBridge.h161 const Fortran::parser::AllCookedSources *cooked; global() variable
/llvm-project/flang/lib/Semantics/
H A Dscope.cpp312 const parser::CookedSource *cooked{allCookedSources.Find(source)}; AddSourceRange() local
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp28 Prescanner::Prescanner(Messages &messages, CookedSource &cooked, in Prescanner() argument
H A Dprovenance.cpp701 Register(CookedSource & cooked) Register() argument
/llvm-project/flang/lib/Lower/
H A DBridge.cpp945 if (const Fortran::parser::AllCookedSources *cooked = genLocation() local
6016 LoweringBridge(mlir::MLIRContext & context,Fortran::semantics::SemanticsContext & semanticsContext,const Fortran::common::IntrinsicTypeDefaultKinds & defaultKinds,const Fortran::evaluate::IntrinsicProcTable & intrinsics,const Fortran::evaluate::TargetCharacteristics & targetCharacteristics,const Fortran::parser::AllCookedSources & cooked,llvm::StringRef triple,fir::KindMapping & kindMap,const Fortran::lower::LoweringOptions & loweringOptions,const std::vector<Fortran::lower::EnvironmentDefault> & envDefaults,const Fortran::common::LanguageFeatureControl & languageFeatures,const llvm::TargetMachine & targetMachine) LoweringBridge() argument