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.cpp271 class ObjCPropertyOpBuilder : public PseudoOpBuilder { class
282 ObjCPropertyOpBuilder(Sema &S, ObjCPropertyRefExpr *refExpr, bool IsUnique) in ObjCPropertyOpBuilder() function in __anonb581425c0111::ObjCPropertyOpBuilder
589 bool ObjCPropertyOpBuilder::isWeakProperty() const { in isWeakProperty()
606 bool ObjCPropertyOpBuilder::findGetter() { in findGetter()
638 bool ObjCPropertyOpBuilder::findSetter(bool warn) { in findSetter()
696 void ObjCPropertyOpBuilder::DiagnoseUnsupportedPropertyUse() { in DiagnoseUnsupportedPropertyUse()
709 Expr *ObjCPropertyOpBuilder::rebuildAndCaptureObject(Expr *syntacticBase) { in rebuildAndCaptureObject()
729 ExprResult ObjCPropertyOpBuilder::buildGet() { in buildGet()
762 ExprResult ObjCPropertyOpBuilder::buildSet(Expr *op, SourceLocation opcLoc, in buildSet()
828 ExprResult ObjCPropertyOpBuilder::buildRValueOperation(Expr *op) { in buildRValueOperation()
[all …]