| 1256 | } |
| 1257 | |
| 1258 | bool BfTypeReference::IsTypeDefTypeReference() |
| 1259 | { |
| 1260 | return IsA<BfNamedTypeReference>() || IsA<BfDirectStrTypeReference>() || IsA<BfInlineTypeReference>() || IsA<BfDirectTypeDefReference>(); |
| 1261 | } |
| 1262 | |
| 1263 | String BfTypeReference::ToCleanAttributeString() |
| 1264 | { |
no outgoing calls
no test coverage detected