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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h525 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 46 milliseconds