Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp738 if (const Scope * entryScope{details.entryScope()}) { in CheckSubprogram() local
741 const Symbol *subprogram{entryScope->symbol()}; in CheckSubprogram()
746 if (entryScope->kind() != Scope::Kind::Subprogram) { in CheckSubprogram()
748 } else if (!(entryScope->parent().IsGlobal() || in CheckSubprogram()
749 entryScope->parent().IsModule() || in CheckSubprogram()
750 entryScope->parent().IsSubmodule())) { in CheckSubprogram()
Dmod-file.cpp362 details.entryScope() ? *details.entryScope() : DEREF(symbol.scope())}; in PutSubprogram()
Dresolve-names.cpp2882 if (details->entryScope() == &inclusiveScope) { in Post()
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h67 Scope *entryScope() { return entryScope_; } in entryScope() function
68 const Scope *entryScope() const { return entryScope_; } in entryScope() function