Searched refs:constructName (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-labels.cpp | 667 if (const parser::CharBlock * constructName{GetStmtName(constructStmt)}) { in CheckEndName() local 669 if (*constructName != *endName) { in CheckEndName() 673 .Attach(*constructName, "should be"_en_US); in CheckEndName() 680 .Attach(*constructName, "should be"_en_US); in CheckEndName() 760 const char *const stmtString, const parser::CharBlock &constructName) { in CheckLabelContext() argument 762 constructNames_.crend(), constructName.ToString())}; in CheckLabelContext() 764 context_.Say(constructName, "%s construct-name is not in scope"_err_en_US, in CheckLabelContext()
|
| H A D | check-do-forall.cpp | 885 StmtType stmtType, const std::optional<parser::Name> &constructName, in StmtMatchesConstruct() argument 890 } else if (constructName && constructName->source == stmtName->source) { in StmtMatchesConstruct() 914 const std::optional<parser::Name> &constructName{ in CheckNesting() local 916 if (StmtMatchesConstruct(stmtName, stmtType, constructName, construct)) { in CheckNesting()
|
| H A D | check-directive-structure.h | 126 const auto &constructName{MaybeGetNodeName(construct)}; in CheckConstructNameBranching() 127 if (constructName) { in CheckConstructNameBranching() 128 if (stmtName.source == constructName->source) { in CheckConstructNameBranching()
|