Lines Matching refs:InterfaceVisitor
771 class InterfaceVisitor : public virtual ScopeHandler { class
812 class SubprogramVisitor : public virtual ScopeHandler, public InterfaceVisitor {
1429 using InterfaceVisitor::Post;
1430 using InterfaceVisitor::Pre;
3010 bool InterfaceVisitor::Pre(const parser::InterfaceStmt &x) { in Pre()
3016 void InterfaceVisitor::Post(const parser::InterfaceStmt &) { EndAttrs(); } in Post()
3018 void InterfaceVisitor::Post(const parser::EndInterfaceStmt &) { in Post()
3023 bool InterfaceVisitor::Pre(const parser::GenericSpec &x) { in Pre()
3030 bool InterfaceVisitor::Pre(const parser::ProcedureStmt &x) { in Pre()
3041 bool InterfaceVisitor::Pre(const parser::GenericStmt &) { in Pre()
3045 void InterfaceVisitor::Post(const parser::GenericStmt &x) { in Post()
3054 bool InterfaceVisitor::inInterfaceBlock() const { in inInterfaceBlock()
3057 bool InterfaceVisitor::isGeneric() const { in isGeneric()
3060 bool InterfaceVisitor::isAbstract() const { in isAbstract()
3064 void InterfaceVisitor::AddSpecificProcs( in AddSpecificProcs()
3074 void InterfaceVisitor::ResolveSpecificsInGeneric(Symbol &generic) { in ResolveSpecificsInGeneric()
3133 void InterfaceVisitor::CheckGenericProcedures(Symbol &generic) { in CheckGenericProcedures()