| 9647 | } |
| 9648 | |
| 9649 | int BfCompiler::GetTypeId(const StringImpl& typeName) |
| 9650 | { |
| 9651 | auto type = GetType(typeName); |
| 9652 | if (type != NULL) |
| 9653 | return type->mTypeId; |
| 9654 | return -1; |
| 9655 | } |
| 9656 | |
| 9657 | BfType* BfCompiler::GetType(const StringImpl& fullTypeName) |
| 9658 | { |
no outgoing calls
no test coverage detected