| 24 | } |
| 25 | |
| 26 | void Scanner::SimpleKey::Invalidate() { |
| 27 | if (pIndent) |
| 28 | pIndent->status = IndentMarker::INVALID; |
| 29 | if (pMapStart) |
| 30 | pMapStart->status = Token::INVALID; |
| 31 | if (pKey) |
| 32 | pKey->status = Token::INVALID; |
| 33 | } |
| 34 | |
| 35 | // CanInsertPotentialSimpleKey |
| 36 | bool Scanner::CanInsertPotentialSimpleKey() const { |
no outgoing calls
no test coverage detected