Searched defs:getCurScope (Results 1 – 4 of 4) sorted by relevance
202 ScopeTy *getCurScope() { return CurScope; } in getCurScope() function203 const ScopeTy *getCurScope() const { return CurScope; } in getCurScope() function
247 Scope *getCurScope() const { return Actions.getCurScope(); } in getCurScope() function
229 Scope *getCurScope() const { return Stack.back().CurScope; } in getCurScope() function in __anon594bcec60111::DSAStackTy230 Scope *getCurScope() { return Stack.back().CurScope; } in getCurScope() function in __anon594bcec60111::DSAStackTy
8641 Scope *getCurScope() const { return CurScope; } in getCurScope() function