Home
last modified time | relevance | path

Searched refs:AttributesAsWritten (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp408 unsigned &Attributes, const unsigned AttributesAsWritten, QualType T, in HandlePropertyInClassExtension() argument
424 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in HandlePropertyInClassExtension()
464 if (AttributesAsWritten & ObjCPropertyAttribute::kind_getter) { in HandlePropertyInClassExtension()
481 if (getOwnershipRule(AttributesAsWritten)) { in HandlePropertyInClassExtension()
507 Attributes, AttributesAsWritten, in HandlePropertyInClassExtension()
555 const unsigned Attributes, const unsigned AttributesAsWritten, QualType T, in CreatePropertyDecl() argument
606 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in CreatePropertyDecl()
631 makePropertyAttributesAsWritten(AttributesAsWritten)); in CreatePropertyDecl()
2163 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules() local
2165 if (!(AttributesAsWritten & ObjCPropertyAttribute::kind_atomic) && in AtomicPropertySetterGetterRules()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h972 unsigned &Attributes, const unsigned AttributesAsWritten, QualType T,
983 const unsigned AttributesAsWritten, QualType T,