Home
last modified time | relevance | path

Searched refs:allCookedSources_ (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/flang/lib/Frontend/
DCompilerInstance.cpp25 allCookedSources_(new Fortran::parser::AllCookedSources(*allSources_)), in CompilerInstance()
26 parsing_(new Fortran::parser::Parsing(*allCookedSources_)) { in CompilerInstance()
/external/llvm-project/flang/include/flang/Semantics/
Dsemantics.h92 parser::AllCookedSources &allCookedSources() { return allCookedSources_; } in allCookedSources()
182 parser::AllCookedSources &allCookedSources_; variable
/external/llvm-project/flang/unittests/Evaluate/
Dintrinsics.cpp35 messages.Emit(o, allCookedSources_); in Emit()
40 parser::AllCookedSources allCookedSources_{allSources_}; member in Fortran::evaluate::CookedStrings
41 parser::CookedSource &cooked_{allCookedSources_.NewCookedSource()};
/external/llvm-project/flang/include/flang/Frontend/
DCompilerInstance.h27 std::shared_ptr<Fortran::parser::AllCookedSources> allCookedSources_; variable
/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp186 allCookedSources_{allCookedSources},