| 565 | void InsertCoroutine(const FunctionDecl& fd, const CoroutineBodyStmt* body); |
| 566 | |
| 567 | std::string GetFrameName() const { return mFrameName; } |
| 568 | |
| 569 | protected: |
| 570 | bool InsertVarDecl(const VarDecl* vd) override { return mInsertVarDecl or (vd and vd->isStaticLocal()); } |
nothing calls this directly
no outgoing calls
no test coverage detected