Searched defs:getCurScope (Results 1 – 3 of 3) sorted by relevance
202 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function203 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
230 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
7778 Scope *getCurScope() const { return CurScope; } in getCurScope() function