Searched defs:GenericInfo (Results 1 – 1 of 1) sorted by relevance
661 struct GenericInfo { struct in Fortran::semantics::InterfaceVisitor662 GenericInfo(bool isInterface, bool isAbstract = false) in GenericInfo() function664 bool isInterface; // in interface block665 bool isAbstract; // in abstract interface block666 Symbol *symbol{nullptr}; // the generic symbol being defined