Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp415 const unsigned AttributesAsWritten, in HandlePropertyInClassExtension() argument
433 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in HandlePropertyInClassExtension()
473 if (AttributesAsWritten & ObjCPropertyAttribute::kind_getter) { in HandlePropertyInClassExtension()
490 if (getOwnershipRule(AttributesAsWritten)) { in HandlePropertyInClassExtension()
516 Attributes, AttributesAsWritten, in HandlePropertyInClassExtension()
569 const unsigned AttributesAsWritten, in CreatePropertyDecl() argument
621 (AttributesAsWritten & ObjCPropertyAttribute::kind_class) || in CreatePropertyDecl()
648 makePropertyAttributesAsWritten(AttributesAsWritten)); in CreatePropertyDecl()
2182 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules() local
2184 if (!(AttributesAsWritten & ObjCPropertyAttribute::kind_atomic) && in AtomicPropertySetterGetterRules()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h4807 const unsigned AttributesAsWritten,
4825 const unsigned AttributesAsWritten,