Home | History | Annotate | Download | only in Parse

Lines Matching defs:Property

306 /// The Objective-C property callback.  This should be defined where
340 // Install the property declarator into interfaceDecl.
356 Decl *Property =
363 Props.push_back(Property);
365 FD.complete(Property);
374 /// objc-interface-decl-list objc-property-decl [OBJC2]
504 // Parse property attribute list, if any.
543 /// Parse property attribute declarations.
545 /// property-attr-decl: '(' property-attrlist ')'
546 /// property-attrlist:
547 /// property-attribute
548 /// property-attrlist ',' property-attribute
549 /// property-attribute:
1672 /// property-synthesis:
1673 /// @synthesize property-ivar-list ';'
1675 /// property-ivar-list:
1676 /// property-ivar
1677 /// property-ivar-list ',' property-ivar
1679 /// property-ivar:
1703 SourceLocation propertyLoc = ConsumeToken(); // consume property name
1706 // property '=' ivar-name
1732 /// property-dynamic:
1733 /// @dynamic property-list
1735 /// property-list:
1737 /// property-list ',' identifier
1757 SourceLocation propertyLoc = ConsumeToken(); // consume property name