Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
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()
2185 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); in AtomicPropertySetterGetterRules() local
2187 if (!(AttributesAsWritten & ObjCPropertyAttribute::kind_atomic) && in AtomicPropertySetterGetterRules()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h4426 const unsigned AttributesAsWritten,
4444 const unsigned AttributesAsWritten,