Home
last modified time | relevance | path

Searched defs:GenericInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp661 struct GenericInfo { struct in Fortran::semantics::InterfaceVisitor
662 GenericInfo(bool isInterface, bool isAbstract = false) in GenericInfo() function
664 bool isInterface; // in interface block
665 bool isAbstract; // in abstract interface block
666 Symbol *symbol{nullptr}; // the generic symbol being defined