Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparsing.h51 AllCookedSources &allCooked() { return allCooked_; } in allCooked()
52 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
69 allCooked_.allSources().EmitMessage(o,
70 allCooked_.GetProvenanceRange(CharBlock(at)), message, echoSourceLine);
75 AllCookedSources &allCooked_; variable
H A Duser-state.h39 : allCooked_{allCooked}, features_{features} {} in UserState()
41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()
93 const AllCookedSources &allCooked_;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp20 Parsing::Parsing(AllCookedSources &allCooked) : allCooked_{allCooked} {} in Parsing()
25 AllSources &allSources{allCooked_.allSources()}; in Prescan()
74 currentCooked_ = &allCooked_.NewCookedSource(); in Prescan()
95 currentCooked_->Marshal(allCooked_); in Prescan()
214 UserState userState{allCooked_, common::LanguageFeatureControl{}}; in DumpCookedChars()
223 allCooked_.Dump(out); in DumpProvenance()
227 log_.Dump(out, allCooked_); in DumpParsingLog()
231 UserState userState{allCooked_, options_.features}; in Parse()