Home
last modified time | relevance | path

Searched refs:isInterface_ (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h85 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
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp81 bool isInterface_{false}; member in Fortran::semantics::SubprogramSymbolCollector
1077 isInterface_ = details.isInterface(); in Collect()
1226 if (!isInterface_) { in NeedImport()
H A Dsymbol.cpp93 DumpBool(os, "isInterface", x.isInterface_); in operator <<()