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

/external/clang/include/clang/AST/
H A DExprObjC.h1450 /// ObjCIndirectCopyRestoreExpr - Represents the passing of a function
1472 class ObjCIndirectCopyRestoreExpr : public Expr { class in namespace:clang
1484 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) function in class:clang::ObjCIndirectCopyRestoreExpr
1488 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) function in class:clang::ObjCIndirectCopyRestoreExpr

Completed in 774 milliseconds