Home
last modified time | relevance | path

Searched refs:ObjCPropertyOpBuilder (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp269 class ObjCPropertyOpBuilder : public PseudoOpBuilder { class
280 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder() function in __anonb581425c0111::ObjCPropertyOpBuilder
587 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 …]