MCPcopy Create free account
hub / github.com/beefytech/Beef / GetTypeId

Method GetTypeId

IDEHelper/Compiler/BfCompiler.cpp:9649–9655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

BfIdentifierCastMethod · 0.45
BfNodeToNonTemporaryMethod · 0.45
BfCompiler_GetTypeIdFunction · 0.45
GetOperandMethod · 0.45
BuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected