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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h614 class ObjCPropertyRefExpr : public Expr { class in namespace:clang
648 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, function in class:clang::ObjCPropertyRefExpr
656 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, function in class:clang::ObjCPropertyRefExpr
665 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
675 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
686 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, function in class:clang::ObjCPropertyRefExpr
697 explicit ObjCPropertyRefExpr(EmptyShell Empty) function in class:clang::ObjCPropertyRefExpr

Completed in 54 milliseconds