Searched defs:ObjCIsaExpr (Results 1 – 1 of 1) sorted by relevance
1380 ObjCIsaExpr(Expr *base, bool isarrow, SourceLocation l, QualType ty) in ObjCIsaExpr() function1388 explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) { } in ObjCIsaExpr() function1410 static bool classof(const ObjCIsaExpr *) { return true; } in classof()