Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransGCAttrs.cpp246 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps()
310 if (PD->getPropertyAttributesAsWritten() & in checkAllProps()
HDTransProperties.cpp393 attrs = props[0].PropD->getPropertyAttributesAsWritten(); in getPropertyAttrs()
397 assert(attrs == I->PropD->getPropertyAttributesAsWritten()); in getPropertyAttrs()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp450 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension()
713 << ((property->getPropertyAttributesAsWritten() in checkARCPropertyImpl()
853 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
884 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
960 (property->getPropertyAttributesAsWritten() & in ActOnPropertyImplDecl()
1729 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules()
HDSemaChecking.cpp6863 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h2069 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp601 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp3802 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()