Home
last modified time | relevance | path

Searched defs:allCooked (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/include/flang/Parser/
H A Dparsing.h54 AllCookedSources &allCooked() { return allCooked_; } in allCooked() function
53 AllCookedSources &allCooked() { return allCooked_; } allCooked() function
H A Duser-state.h37 UserState(const AllCookedSources &allCooked, in UserState()
41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked() function
/llvm-project/flang/lib/Parser/
H A Dmessage.cpp200 ResolveProvenances(const AllCookedSources & allCooked) ResolveProvenances() argument
257 Emit(llvm::raw_ostream & o,const AllCookedSources & allCooked,bool echoSourceLine) const Emit() argument
374 ResolveProvenances(const AllCookedSources & allCooked) ResolveProvenances() argument
380 Emit(llvm::raw_ostream & o,const AllCookedSources & allCooked,bool echoSourceLines) const Emit() argument
[all...]
H A Dparsing.cpp20 Parsing::Parsing(AllCookedSources &allCooked) : allCooked_{allCooked} {} in Parsing() argument
/llvm-project/flang/include/flang/Lower/
H A DBridge.h63 create(mlir::MLIRContext & ctx,Fortran::semantics::SemanticsContext & semanticsContext,const Fortran::common::IntrinsicTypeDefaultKinds & defaultKinds,const Fortran::evaluate::IntrinsicProcTable & intrinsics,const Fortran::evaluate::TargetCharacteristics & targetCharacteristics,const Fortran::parser::AllCookedSources & allCooked,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) create() argument
/llvm-project/flang/lib/Semantics/
H A Dsemantics.cpp622 const parser::AllCookedSources &allCooked{context_.allCookedSources()}; DumpSymbolsSources() local