Searched refs:AttributesAsWritten (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 409 unsigned &Attributes, const unsigned AttributesAsWritten, QualType T, in HandlePropertyInClassExtension() argument 425 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in HandlePropertyInClassExtension() 465 if (AttributesAsWritten & ObjCPropertyAttribute::kind_getter) { in HandlePropertyInClassExtension() 482 if (getOwnershipRule(AttributesAsWritten)) { in HandlePropertyInClassExtension() 508 Attributes, AttributesAsWritten, in HandlePropertyInClassExtension() 556 const unsigned Attributes, const unsigned AttributesAsWritten, QualType T, in CreatePropertyDecl() argument 607 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in CreatePropertyDecl() 632 makePropertyAttributesAsWritten(AttributesAsWritten)); in CreatePropertyDecl() 2172 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules() local 2174 if (!(AttributesAsWritten & ObjCPropertyAttribute::kind_atomic) && in AtomicPropertySetterGetterRules() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaObjC.h | 965 unsigned &Attributes, const unsigned AttributesAsWritten, QualType T, 976 const unsigned AttributesAsWritten, QualType T,
|