Home
last modified time | relevance | path

Searched refs:getPropertyAttributesAsWritten (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransProperties.cpp380 attrs = props[0].PropD->getPropertyAttributesAsWritten(); in getPropertyAttrs()
384 assert(attrs == I->PropD->getPropertyAttributesAsWritten()); in getPropertyAttrs()
HDTransGCAttrs.cpp244 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps()
308 if (PD->getPropertyAttributesAsWritten() & in checkAllProps()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp424 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension()
706 << ((property->getPropertyAttributesAsWritten() in checkARCPropertyImpl()
842 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
871 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
947 (property->getPropertyAttributesAsWritten() & in ActOnPropertyImplDecl()
1804 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules()
HDSemaChecking.cpp9041 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2523 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp715 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp4014 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()