Lines Matching defs:getter
878 /// evaluation for the getter.
965 // emission for the getter.
1045 /// Generate an Objective-C property getter function.
1054 assert(OMD && "Invalid call to generate getter (empty method)");
1063 const Expr *getter = propImpl->getGetterCXXConstructor();
1064 if (!getter) return true;
1072 if (getter->isGLValue())
1076 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter))
1081 assert(isa<ExprWithCleanups>(getter));
1116 // the `_cmd` selector argument for getter/setter bodies. For direct methods,
1118 // being removed from the direct method ABI as the getter/setter caller would
1218 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy");