Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dtools.cpp807 if (auto maybeWhy{WhyNotModifiable(symbol, scope)}) { in WhyNotModifiable() local
809 parser::MessageFormattedText{std::move(*maybeWhy), symbol.name()}}; in WhyNotModifiable()