reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
111 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIObjCProperty)
200 case DIObjCPropertyKind: 2910 : DINode(C, DIObjCPropertyKind, Storage, dwarf::DW_TAG_APPLE_property, 2930 TempDIObjCProperty cloneImpl() const { 2950 TempDIObjCProperty clone() const { return cloneImpl(); } 2985 return MD->getMetadataID() == DIObjCPropertyKind;include/llvm/Support/Casting.h
106 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val);lib/IR/DebugInfoMetadata.cpp
1204 DEFINE_GETIMPL_STORE(DIObjCProperty, (Line, Attributes), Ops);
unittests/IR/MetadataTest.cpp 2438 TempDIObjCProperty Temp = N->clone();