Searched defs:entryScope (Results 1 – 2 of 2) sorted by relevance
67 Scope *entryScope() { return entryScope_; } in entryScope() function68 const Scope *entryScope() const { return entryScope_; } in entryScope() function
738 if (const Scope * entryScope{details.entryScope()}) { in CheckSubprogram() local