Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h944 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function
948 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function
973 static bool classof(const ObjCIndirectCopyRestoreExpr *) { return true; } in classof()
DStmt.h187 friend class ObjCIndirectCopyRestoreExpr; variable