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

/external/clang/include/clang/AST/
H A DExprObjC.h464 /// ObjCIvarRefExpr - A reference to an ObjC instance variable.
465 class ObjCIvarRefExpr : public Expr { class in namespace:clang
476 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t, function in class:clang::ObjCIvarRefExpr
488 explicit ObjCIvarRefExpr(EmptyShell Empty) function in class:clang::ObjCIvarRefExpr

Completed in 173 milliseconds