Searched refs:constructName (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-labels.cpp | 639 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()
|
D | check-directive-structure.h | 91 const auto &constructName{MaybeGetNodeName(construct)}; in CheckConstructNameBranching() 92 if (constructName) { in CheckConstructNameBranching() 93 if (stmtName.source == constructName->source) { in CheckConstructNameBranching()
|
D | check-do-forall.cpp | 887 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()
|