Home
last modified time | relevance | path

Searched defs:ObjCIsaExpr (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DExprObjC.h1380 ObjCIsaExpr(Expr *base, bool isarrow, SourceLocation l, QualType ty) in ObjCIsaExpr() function
1388 explicit ObjCIsaExpr(EmptyShell Empty) : Expr(ObjCIsaExprClass, Empty) { } in ObjCIsaExpr() function
1410 static bool classof(const ObjCIsaExpr *) { return true; } in classof()