Searched defs:AttributesAsWritten (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp322 const unsigned AttributesAsWritten,
352 makePropertyAttributesAsWritten(AttributesAsWritten));
385 Attributes,AttributesAsWritten, T, MethodImplKind, DC);
530 const unsigned AttributesAsWritten,
590 makePropertyAttributesAsWritten(AttributesAsWritten));
1761 unsigned AttributesAsWritten = Property->getPropertyAttributesAsWritten(); local
1763 if (!(AttributesAsWritten & ObjCPropertyDecl::OBJC_PR_atomic) &&
1764 !(AttributesAsWritten & ObjCPropertyDecl::OBJC_PR_nonatomic)) {
1802 if (!AttributesAsWritten) {
1820 else if (!(AttributesAsWritten
314 HandlePropertyInClassExtension(Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, bool *isOverridingProperty, TypeSourceInfo *T, tok::ObjCKeywordKind MethodImplKind) argument
520 CreatePropertyDecl(Scope *S, ObjCContainerDecl *CDecl, SourceLocation AtLoc, SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel, Selector SetterSel, const bool isAssign, const bool isReadWrite, const unsigned Attributes, const unsigned AttributesAsWritten, TypeSourceInfo *TInfo, tok::ObjCKeywordKind MethodImplKind, DeclContext *lexicalDC) argument
[all...]

Completed in 57 milliseconds