Searched refs:entryScope (Results 1 – 6 of 6) sorted by relevance
900 if (const Scope * entryScope{details.entryScope()}) { in CheckSubprogram() local903 const Symbol *subprogram{entryScope->symbol()}; in CheckSubprogram()908 if (!(entryScope->parent().IsGlobal() || entryScope->parent().IsModule() || in CheckSubprogram()909 entryScope->parent().IsSubmodule())) { in CheckSubprogram()
477 details.entryScope() ? *details.entryScope() : DEREF(symbol.scope())}; in PutSubprogram()
1403 if (subp->entryScope() == &symbol.owner() && in IsFunctionResultWithSameNameAsFunction()
3441 if (details->entryScope() == &currScope()) { in CreateEntry()3533 CHECK(entryDetails.entryScope() == &inclusiveScope); in PostEntryStmt()
89 Scope *entryScope() { return entryScope_; } in entryScope() function90 const Scope *entryScope() const { return entryScope_; } in entryScope() function
1179 if (const Scope * scope{subpDetails->entryScope()}) { in GetMainEntry()