Searched defs:DerivedTypeStmt (Results 1 – 2 of 2) sorted by relevance
889 struct DerivedTypeStmt { struct891 std::tuple<std::list<TypeAttrSpec>, Name, std::list<Name>> t;
3778 bool DeclarationVisitor::Pre(const parser::DerivedTypeStmt &) { in Pre()