Home
last modified time | relevance | path

Searched defs:entryScope (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h189 Scope *entryScope() { return entryScope_; } in entryScope() function
190 const Scope *entryScope() const { return entryScope_; } in entryScope() function
/llvm-project/flang/lib/Semantics/
H A Dcheck-declarations.cpp1382 if (const Scope *entryScope{details.entryScope()}) { CheckSubprogram() local