Searched refs:allCooked_ (Results 1 – 3 of 3) sorted by relevance
51 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
39 : allCooked_{allCooked}, features_{features} {} in UserState()41 const AllCookedSources &allCooked() const { return allCooked_; } in allCooked()93 const AllCookedSources &allCooked_;
20 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()