Home
last modified time | relevance | path

Searched refs:GetCharBlock (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h229 std::optional<CharBlock> GetCharBlock(ProvenanceRange) const;
282 std::optional<CharBlock> GetCharBlock(ProvenanceRange) const;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp450 std::optional<CharBlock> CookedSource::GetCharBlock( in GetCharBlock() function in Fortran::parser::CookedSource
584 return GetCharBlock(ProvenanceRange(sourceFile->GetLineStartOffset(line) + in GetCharBlockFromLineAndColumns()
604 std::optional<CharBlock> AllCookedSources::GetCharBlock( in GetCharBlock() function in Fortran::parser::AllCookedSources
607 if (auto result{c.GetCharBlock(range)}) { in GetCharBlock()