| 1857 | } |
| 1858 | |
| 1859 | bool CheckClassImpl::hasAllocation(const Function *func, const Scope* scope) const |
| 1860 | { |
| 1861 | return hasAllocation(func, scope, func->functionScope->bodyStart, func->functionScope->bodyEnd); |
| 1862 | } |
| 1863 | |
| 1864 | bool CheckClassImpl::hasAllocation(const Function *func, const Scope* scope, const Token *start, const Token *end) const |
| 1865 | { |
nothing calls this directly
no test coverage detected