| 24 | } |
| 25 | |
| 26 | bool PointerContextManager::isHighLevelContext() const |
| 27 | { |
| 28 | if (!mContexts.empty()) |
| 29 | return mContexts.back()->isHighLevel(); |
| 30 | return false; |
| 31 | } |
| 32 | |
| 33 | void PointerContextManager::addContext(std::string_view _name) |
| 34 | { |
nothing calls this directly
no test coverage detected