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