Searched refs:isInterface_ (Results 1 – 3 of 3) sorted by relevance
85 bool isInterface() const { return isInterface_; } in isInterface()86 void set_isInterface(bool value = true) { isInterface_ = value; }110 bool isInterface_{false}; // true if this represents an interface-body
81 bool isInterface_{false}; member in Fortran::semantics::SubprogramSymbolCollector1077 isInterface_ = details.isInterface(); in Collect()1226 if (!isInterface_) { in NeedImport()
93 DumpBool(os, "isInterface", x.isInterface_); in operator <<()