| 378 | } |
| 379 | |
| 380 | virtual void internalUpdate(Token* /*tok*/, const ValueFlow::Value& /*v*/, Direction /*d*/) |
| 381 | { |
| 382 | assert(false && "Internal update unimplemented."); |
| 383 | } |
| 384 | |
| 385 | private: |
| 386 | // Returns Action::Match if its an exact match, return Action::Read if it partially matches the lifetime |