| 36 | } |
| 37 | |
| 38 | void IdentifierSymbol::SetIdentifierSymbol(char const* pID) |
| 39 | { |
| 40 | // this really should be in the ctor |
| 41 | assert(pID); |
| 42 | // this is valid on input-link |
| 43 | //assert(m_Symbol.empty()); |
| 44 | m_Symbol = pID ; |
| 45 | //std::cout << "new symbol " << pID << std::endl; |
| 46 | } |
| 47 | |
| 48 | void IdentifierSymbol::DeleteAllChildren() |
| 49 | { |
no outgoing calls
no test coverage detected