Searched defs:DIObjCProperty (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h735 DIObjCProperty *getObjCProperty() const {
736 return dyn_cast_or_null<DIObjCProperty>(getExtraData());
2072 class DIObjCProperty : public DINode { class in class:llvm::DILexicalBlock
2079 DIObjCProperty(LLVMContext &C, StorageType Storage, unsigned Line, function in class:llvm::DILexicalBlock::DIObjCProperty
2084 ~DIObjCProperty() = default;
2086 static DIObjCProperty *
2095 static DIObjCProperty *getImpl(LLVMContext &Context, MDString *Name,
2108 DEFINE_MDNODE_GET(DIObjCProperty,
2114 DEFINE_MDNODE_GET(DIObjCProperty,

Completed in 79 milliseconds