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

/external/clang/include/clang/AST/
H A DExprObjC.h523 /// ObjCPropertyRefExpr - A dot-syntax expression to access an ObjC
525 class ObjCPropertyRefExpr : public Expr { class in namespace:clang
559 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, function in class:clang::ObjCPropertyRefExpr
571 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, function in class:clang::ObjCPropertyRefExpr
582 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
593 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
603 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
613 explicit ObjCPropertyRefExpr(EmptyShell Empty) function in class:clang::ObjCPropertyRefExpr

Completed in 102 milliseconds