Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp246 Attrs = PD->getPropertyAttributesAsWritten(); in checkAllAtProps()
310 if (PD->getPropertyAttributesAsWritten() & in checkAllProps()
DTransProperties.cpp393 attrs = props[0].PropD->getPropertyAttributesAsWritten(); in getPropertyAttrs()
397 assert(attrs == I->PropD->getPropertyAttributesAsWritten()); in getPropertyAttrs()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp435 unsigned PIkind = PIDecl->getPropertyAttributesAsWritten(); in HandlePropertyInClassExtension()
672 << ((property->getPropertyAttributesAsWritten() in checkARCPropertyImpl()
723 unsigned Attributes = property->getPropertyAttributesAsWritten(); in DiagnoseClassAndClassExtPropertyMismatch()
740 ClassExtProperty->getPropertyAttributesAsWritten(); in DiagnoseClassAndClassExtPropertyMismatch()
828 unsigned PIkind = property->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
859 PIkind = ExtProp->getPropertyAttributesAsWritten(); in ActOnPropertyImplDecl()
935 (property->getPropertyAttributesAsWritten() & in ActOnPropertyImplDecl()
1745 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules()
DSemaChecking.cpp6334 unsigned AsWrittenAttr = PD->getPropertyAttributesAsWritten(); in checkUnsafeExprAssigns()
/external/clang/include/clang/AST/
DDeclObjC.h2038 PropertyAttributeKind getPropertyAttributesAsWritten() const { in getPropertyAttributesAsWritten() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp587 Record.push_back((unsigned)D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()
/external/clang/tools/libclang/
DCIndex.cpp5109 HasContextSensitiveKeywords = Property->getPropertyAttributesAsWritten() != 0; in Visit()
5562 if (Property->getPropertyAttributesAsWritten() != 0 && in clang_annotateTokensImpl()
/external/clang/lib/AST/
DASTImporter.cpp3753 D->getPropertyAttributesAsWritten()); in VisitObjCPropertyDecl()