| 550 | virtual BfPrimitiveType* ToPrimitiveType() { return NULL; } |
| 551 | virtual bool IsDependendType() { return false; } |
| 552 | virtual int GetGenericDepth() { return 0; } |
| 553 | virtual bool IsTypeInstance() { return false; } |
| 554 | virtual bool IsGenericTypeInstance() { return false; } |
| 555 | virtual bool IsUnspecializedType() { return false; } |
no outgoing calls
no test coverage detected