Searched defs:ObjCPropertyRefExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h510 /// ObjCPropertyRefExpr - A dot-syntax expression to access an ObjC
512 class ObjCPropertyRefExpr : public Expr { class in namespace:clang
546 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, function in class:clang::ObjCPropertyRefExpr
558 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, function in class:clang::ObjCPropertyRefExpr
569 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
580 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
590 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
600 explicit ObjCPropertyRefExpr(EmptyShell Empty) function in class:clang::ObjCPropertyRefExpr
718 static bool classof(const ObjCPropertyRefExpr *) { return true; }

Completed in 78 milliseconds