| 76 | } |
| 77 | |
| 78 | bool asCDataType::IsValid() const |
| 79 | { |
| 80 | if( tokenType == ttUnrecognizedToken && |
| 81 | !isObjectHandle ) |
| 82 | return false; |
| 83 | |
| 84 | return true; |
| 85 | } |
| 86 | |
| 87 | asCDataType asCDataType::CreateType(asCTypeInfo *ti, bool isConst) |
| 88 | { |
no outgoing calls
no test coverage detected