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

/external/clang/include/clang/AST/
H A DExprObjC.h522 /// ObjCPropertyRefExpr - A dot-syntax expression to access an ObjC
524 class ObjCPropertyRefExpr : public Expr { class in namespace:clang
558 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, function in class:clang::ObjCPropertyRefExpr
570 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, function in class:clang::ObjCPropertyRefExpr
581 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
592 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
602 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
612 explicit ObjCPropertyRefExpr(EmptyShell Empty) function in class:clang::ObjCPropertyRefExpr

Completed in 53 milliseconds