Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Property

346 /// emitStructGetterCall - Call the runtime function to load a property
444 /// Pick an implementation strategy for the the given property synthesis.
460 // If we have a copy property, we always have to use getProperty/setProperty.
473 // In ARC, if the property is non-atomic, use expression emission,
481 // the property isn't atomic, we can use normal expression
562 /// GenerateObjCGetter - Generate an Objective-C property getter
584 // If the property has a reference type, we might just be binding a
735 llvm_unreachable("bad @property implementation strategy!");
907 // The property type can differ from the ivar type in some situations with
941 /// GenerateObjCSetter - Generate an Objective-C property setter
1129 const ObjCPropertyDecl *Property = E->getExplicitProperty();
1130 S = Property->getGetterName();
1131 method = Property->getGetterMethodDecl();