Searched defs:getCurScope (Results 1 – 5 of 5) sorted by relevance
209 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function210 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
202 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function203 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
257 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
322 Scope *getCurScope() const { return Stack.back().CurScope; } in getCurScope() function in __anon038cf36b0111::DSAStackTy323 Scope *getCurScope() { return Stack.back().CurScope; } in getCurScope() function in __anon038cf36b0111::DSAStackTy
9561 Scope *getCurScope() const { return CurScope; } in getCurScope() function