Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h542 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()
DExpr.h45 class ObjCPropertyRefExpr; variable