Home
last modified time | relevance | path

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

/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
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp738 if (const Scope * entryScope{details.entryScope()}) { in CheckSubprogram() local