Searched refs:ObjCPropertyOpBuilder (Results 1 – 1 of 1) sorted by relevance
265 class ObjCPropertyOpBuilder : public PseudoOpBuilder { class276 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr) : in ObjCPropertyOpBuilder() function in __anon83f8f2be0111::ObjCPropertyOpBuilder576 bool ObjCPropertyOpBuilder::isWeakProperty() const { in isWeakProperty()593 bool ObjCPropertyOpBuilder::findGetter() { in findGetter()625 bool ObjCPropertyOpBuilder::findSetter(bool warn) { in findSetter()681 void ObjCPropertyOpBuilder::DiagnoseUnsupportedPropertyUse() { in DiagnoseUnsupportedPropertyUse()694 Expr *ObjCPropertyOpBuilder::rebuildAndCaptureObject(Expr *syntacticBase) { in rebuildAndCaptureObject()714 ExprResult ObjCPropertyOpBuilder::buildGet() { in buildGet()747 ExprResult ObjCPropertyOpBuilder::buildSet(Expr *op, SourceLocation opcLoc, in buildSet()813 ExprResult ObjCPropertyOpBuilder::buildRValueOperation(Expr *op) { in buildRValueOperation()[all …]