Lines Matching defs:getter
877 /// evaluation for the getter.
964 // emission for the getter.
1044 /// Generate an Objective-C property getter function.
1053 assert(OMD && "Invalid call to generate getter (empty method)");
1062 const Expr *getter = propImpl->getGetterCXXConstructor();
1063 if (!getter) return true;
1071 if (getter->isGLValue())
1075 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter))
1080 assert(isa<ExprWithCleanups>(getter));
1115 // the `_cmd` selector argument for getter/setter bodies. For direct methods,
1117 // being removed from the direct method ABI as the getter/setter caller would
1217 CGM.ErrorUnsupported(propImpl, "Obj-C getter requiring atomic copy");