Searched defs:ObjCPropertyRefExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 542 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, in ObjCPropertyRefExpr() function 554 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, in ObjCPropertyRefExpr() function 565 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function 576 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function 586 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function 596 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() function 714 static bool classof(const ObjCPropertyRefExpr *) { return true; } in classof()
|
D | Expr.h | 45 class ObjCPropertyRefExpr; variable
|