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