Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp25 : context_{context}, formatCharBlock_{formatCharBlock}, in FormatErrorReporter()
32 const parser::CharBlock &formatCharBlock_; member in Fortran::semantics::FormatErrorReporter
44 if (formatCharBlock_.size()) { in Say()
47 context_.Say(formatCharBlock_, text); in Say()
52 parser::CharBlock(formatCharBlock_.begin() + msg.offset, msg.length)}; in Say()