Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp771 class InterfaceVisitor : public virtual ScopeHandler { class
1429 using InterfaceVisitor::Post;
1430 using InterfaceVisitor::Pre;
3010 bool InterfaceVisitor::Pre(const parser::InterfaceStmt &x) { in Pre()
3023 bool InterfaceVisitor::Pre(const parser::GenericSpec &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()
[all …]