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

Method IsNamedTypeReference

IDEHelper/Compiler/BfAst.cpp:1253–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251//////////////////////////////////////////////////////////////////////////
1252
1253bool BfTypeReference::IsNamedTypeReference()
1254{
1255 return IsA<BfNamedTypeReference>() || IsA<BfDirectStrTypeReference>() || IsA<BfInlineTypeReference>();
1256}
1257
1258bool BfTypeReference::IsTypeDefTypeReference()
1259{

Callers 4

ResolveTypeRef_RefMethod · 0.80
DoHashMethod · 0.80
EqualsMethod · 0.80
TypeToStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected