Searched defs:cooked (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/include/flang/Parser/ |
H A D | parsing.h | 58 const CookedSource &cooked() const { return DEREF(currentCooked_); } cooked() function
|
H A D | parse-state.h | 37 ParseState(const CookedSource &cooked) in ParseState()
|
/llvm-project/flang/include/flang/Lower/ |
H A D | Bridge.h | 161 const Fortran::parser::AllCookedSources *cooked; global() variable
|
/llvm-project/flang/lib/Semantics/ |
H A D | scope.cpp | 312 const parser::CookedSource *cooked{allCookedSources.Find(source)}; AddSourceRange() local
|
/llvm-project/flang/lib/Parser/ |
H A D | prescan.cpp | 28 Prescanner::Prescanner(Messages &messages, CookedSource &cooked, in Prescanner() argument
|
H A D | provenance.cpp | 701 Register(CookedSource & cooked) Register() argument
|
/llvm-project/flang/lib/Lower/ |
H A D | Bridge.cpp | 945 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
|