Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dintrinsics.cpp28 void Marshal() { cooked_.Marshal(allCookedSources_); } in Marshal()
36 messages.Emit(o, allCookedSources_); in Emit()
41 parser::AllCookedSources allCookedSources_{allSources_}; member in Fortran::evaluate::CookedStrings
42 parser::CookedSource &cooked_{allCookedSources_.NewCookedSource()};
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h110 parser::AllCookedSources &allCookedSources() { return allCookedSources_; } in allCookedSources()
244 parser::AllCookedSources &allCookedSources_; variable
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsemantics.cpp289 allCookedSources_{allCookedSources},