Searched refs:interfaceStmt (Results 1 – 2 of 2) sorted by relevance
65 const parser::InterfaceStmt &interfaceStmt{ in GetGenerics() local69 std::get_if<std::optional<parser::GenericSpec>>(&interfaceStmt.u)}; in GetGenerics()
396 const auto &interfaceStmt{ in Post() local398 if (std::holds_alternative<parser::Abstract>(interfaceStmt.statement.u)) { in Post()404 interfaceStmt.source, "corresponding ABSTRACT INTERFACE"_en_US); in Post()407 interfaceStmt.statement.u)}) { in Post()436 .Attach(interfaceStmt.source, "corresponding INTERFACE"_en_US); in Post()