Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-directive-structure.h542 const parser::CharBlock &beginSource, const parser::CharBlock &endSource) { in SayNotMatching() argument
544 .Say(endSource, "Unmatched %s directive"_err_en_US, in SayNotMatching()
545 parser::ToUpperCaseLetters(endSource.ToString())) in SayNotMatching()