Lines Matching refs:Subprogram
2521 case Scope::Kind::Subprogram:
2538 case Scope::Kind::Subprogram:
2573 if (kind == Scope::Kind::Subprogram) {
2945 if ((kind == Scope::Kind::Subprogram && !currScope().IsStmtFunction()) ||
4579 if (inclusiveScope.kind() != Scope::Kind::Subprogram) {
4667 PushScope(Scope::Kind::Subprogram, &newSymbol);
4702 // Subprogram is MODULE FUNCTION or MODULE SUBROUTINE with an interface
4851 PushScope(Scope::Kind::Subprogram, symbol);
5360 (currScope().kind() == Scope::Kind::Subprogram ||
8206 case Scope::Kind::Subprogram:
8406 return kind == Scope::Kind::Subprogram || kind == Scope::Kind::MainProgram;
9469 Scope::Kind::Subprogram) {