MCPcopy Create free account
hub / github.com/WheretIB/nullc / SelectTypeByName

Function SelectTypeByName

NULLC/Callbacks.cpp:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269};
270
271TypeInfo* SelectTypeByName(InplaceStr name)
272{
273 ClassSelect f;
274 NamespaceSelect(name, f);
275 return f.type ? *f.type : NULL;
276}
277
278HashMap<VariableInfo*>::Node* SelectVariableByName(InplaceStr name)
279{

Callers 2

AddFunctionCallNodeFunction · 0.85
ParseTypenameFunction · 0.85

Calls 1

NamespaceSelectFunction · 0.85

Tested by

no test coverage detected