Lines Matching refs:AllCookedSources
463 void CookedSource::Marshal(AllCookedSources &allCookedSources) { in Marshal()
550 AllCookedSources::AllCookedSources(AllSources &s) : allSources_{s} {} in AllCookedSources() function in Fortran::parser::AllCookedSources
551 AllCookedSources::~AllCookedSources() {} in ~AllCookedSources()
553 CookedSource &AllCookedSources::NewCookedSource() { in NewCookedSource()
557 const CookedSource *AllCookedSources::Find(CharBlock x) const { in Find()
567 std::optional<ProvenanceRange> AllCookedSources::GetProvenanceRange( in GetProvenanceRange()
576 std::optional<CharBlock> AllCookedSources::GetCharBlockFromLineAndColumns( in GetCharBlockFromLineAndColumns()
592 AllCookedSources::GetSourcePositionRange(CharBlock cookedRange) const { in GetSourcePositionRange()
604 std::optional<CharBlock> AllCookedSources::GetCharBlock( in GetCharBlock()
614 void AllCookedSources::Dump(llvm::raw_ostream &o) const { in Dump()
622 bool AllCookedSources::Precedes(CharBlock x, CharBlock y) const { in Precedes()
639 void AllCookedSources::Register(CookedSource &cooked) { in Register()