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

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

Completed in 35 milliseconds