Searched refs:ObjCPropertyOpBuilder (Results 1 – 1 of 1) sorted by relevance
269 class ObjCPropertyOpBuilder : public PseudoOpBuilder { class280 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder() function in __anonb581425c0111::ObjCPropertyOpBuilder587 bool ObjCPropertyOpBuilder::isWeakProperty() const { in isWeakProperty()604 bool ObjCPropertyOpBuilder::findGetter() { in findGetter()636 bool ObjCPropertyOpBuilder::findSetter(bool warn) { in findSetter()694 void ObjCPropertyOpBuilder::DiagnoseUnsupportedPropertyUse() { in DiagnoseUnsupportedPropertyUse()707 Expr *ObjCPropertyOpBuilder::rebuildAndCaptureObject(Expr *syntacticBase) { in rebuildAndCaptureObject()727 ExprResult ObjCPropertyOpBuilder::buildGet() { in buildGet()760 ExprResult ObjCPropertyOpBuilder::buildSet(Expr *op, SourceLocation opcLoc, in buildSet()826 ExprResult ObjCPropertyOpBuilder::buildRValueOperation(Expr *op) { in buildRValueOperation()[all …]