Searched defs:ObjCPropertyRefExpr (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 651 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, in ObjCPropertyRefExpr() function 659 ObjCPropertyRefExpr(ObjCPropertyDecl *PD, QualType t, ExprValueKind VK, in ObjCPropertyRefExpr() function 668 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function 678 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function 689 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() function 700 explicit ObjCPropertyRefExpr(EmptyShell Empty) in ObjCPropertyRefExpr() function
|
H A D | ComputeDependence.h | 105 class ObjCPropertyRefExpr; variable
|
H A D | Expr.h | 54 class ObjCPropertyRefExpr; variable
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 53 class ObjCPropertyRefExpr; variable
|