Lines Matching defs:AllCookedSources
536 void CookedSource::Marshal(AllCookedSources &allCookedSources) {
638 AllCookedSources::AllCookedSources(AllSources &s) : allSources_{s} {}
639 AllCookedSources::~AllCookedSources() {}
641 CookedSource &AllCookedSources::NewCookedSource() {
645 const CookedSource *AllCookedSources::Find(CharBlock x) const {
655 std::optional<ProvenanceRange> AllCookedSources::GetProvenanceRange(
664 std::optional<CharBlock> AllCookedSources::GetCharBlockFromLineAndColumns(
680 AllCookedSources::GetSourcePositionRange(CharBlock cookedRange) const {
692 std::optional<CharBlock> AllCookedSources::GetCharBlock(
702 void AllCookedSources::Dump(llvm::raw_ostream &o) const {
710 bool AllCookedSources::Precedes(CharBlock x, CharBlock y) const {
727 void AllCookedSources::Register(CookedSource &cooked) {