Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp900 if (const Scope * entryScope{details.entryScope()}) { in CheckSubprogram() local
903 const Symbol *subprogram{entryScope->symbol()}; in CheckSubprogram()
908 if (!(entryScope->parent().IsGlobal() || entryScope->parent().IsModule() || in CheckSubprogram()
909 entryScope->parent().IsSubmodule())) { in CheckSubprogram()
H A Dmod-file.cpp477 details.entryScope() ? *details.entryScope() : DEREF(symbol.scope())}; in PutSubprogram()
H A Dtools.cpp1403 if (subp->entryScope() == &symbol.owner() && in IsFunctionResultWithSameNameAsFunction()
H A Dresolve-names.cpp3441 if (details->entryScope() == &currScope()) { in CreateEntry()
3533 CHECK(entryDetails.entryScope() == &inclusiveScope); in PostEntryStmt()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h89 Scope *entryScope() { return entryScope_; } in entryScope() function
90 const Scope *entryScope() const { return entryScope_; } in entryScope() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1179 if (const Scope * scope{subpDetails->entryScope()}) { in GetMainEntry()