Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp639 if (const parser::CharBlock * constructName{GetStmtName(constructStmt)}) { in CheckEndName() local
641 if (*constructName != *endName) { in CheckEndName()
646 .Attach(*constructName, "should be"_en_US); in CheckEndName()
654 .Attach(*constructName, "should be"_en_US); in CheckEndName()
736 const char *const stmtString, const parser::CharBlock &constructName) { in CheckLabelContext() argument
738 constructNames_.crend(), constructName.ToString())}; in CheckLabelContext()
740 context_.Say(constructName, in CheckLabelContext()
Dcheck-directive-structure.h91 const auto &constructName{MaybeGetNodeName(construct)}; in CheckConstructNameBranching()
92 if (constructName) { in CheckConstructNameBranching()
93 if (stmtName.source == constructName->source) { in CheckConstructNameBranching()
Dcheck-do-forall.cpp887 StmtType stmtType, const std::optional<parser::Name> &constructName, in StmtMatchesConstruct() argument
892 } else if (constructName && constructName->source == stmtName->source) { in StmtMatchesConstruct()
916 const std::optional<parser::Name> &constructName{ in CheckNesting() local
918 if (StmtMatchesConstruct(stmtName, stmtType, constructName, construct)) { in CheckNesting()