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

/external/clang/include/clang/AST/
H A DExprObjC.h1417 /// ObjCIndirectCopyRestoreExpr - Represents the passing of a function
1439 class ObjCIndirectCopyRestoreExpr : public Expr { class in namespace:clang
1451 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) function in class:clang::ObjCIndirectCopyRestoreExpr
1455 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) function in class:clang::ObjCIndirectCopyRestoreExpr
1484 static bool classof(const ObjCIndirectCopyRestoreExpr *) { return true; }

Completed in 63 milliseconds