Searched refs:ObjCIndirectCopyRestoreExpr (Results 1 – 25 of 26) sorted by relevance
12
102 class ObjCIndirectCopyRestoreExpr; variable192 ExprDependence computeDependence(ObjCIndirectCopyRestoreExpr *E);
168 class ObjCIndirectCopyRestoreExpr {
1566 class ObjCIndirectCopyRestoreExpr : public Expr {1574 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty) in ObjCIndirectCopyRestoreExpr() function1582 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy) in ObjCIndirectCopyRestoreExpr() function
2616 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
979 friend class ObjCIndirectCopyRestoreExpr; variable
1464 class ObjCIndirectCopyRestoreExpr : public Expr {1476 explicit ObjCIndirectCopyRestoreExpr(EmptyShell Empty)1480 ObjCIndirectCopyRestoreExpr(Expr *operand, QualType type, bool shouldCopy)
221 friend class ObjCIndirectCopyRestoreExpr; in LLVM_ALIGNAS() local
2351 DEF_TRAVERSE_STMT(ObjCIndirectCopyRestoreExpr, {})
165 def ObjCIndirectCopyRestoreExpr : DStmt<Expr>;
185 def ObjCIndirectCopyRestoreExpr : StmtNode<Expr>;
365 ExprDependence clang::computeDependence(ObjCIndirectCopyRestoreExpr *E) { in computeDependence()
2157 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
2492 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
3628 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()3879 assert((!isa<ObjCIndirectCopyRestoreExpr>(*Arg) || in EmitCallArgs()3978 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()3979 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
3006 const ObjCIndirectCopyRestoreExpr *CRE) { in emitWritebackArg()3267 if (const ObjCIndirectCopyRestoreExpr *CRE in EmitCallArg()3268 = dyn_cast<ObjCIndirectCopyRestoreExpr>(E)) { in EmitCallArg()
1625 const ObjCIndirectCopyRestoreExpr *S) { in VisitObjCIndirectCopyRestoreExpr()
2506 StmtPrinter::VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
1068 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()3052 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
931 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
654 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()3193 S = new (Context) ObjCIndirectCopyRestoreExpr(Empty); in ReadStmtFromStream()
616 VisitObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in VisitObjCIndirectCopyRestoreExpr()
1879 const auto *OIE = cast<ObjCIndirectCopyRestoreExpr>(S); in Visit()
6866 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()
11085 TransformObjCIndirectCopyRestoreExpr(ObjCIndirectCopyRestoreExpr *E) { in TransformObjCIndirectCopyRestoreExpr()
8620 CurInit = new (S.Context) ObjCIndirectCopyRestoreExpr( in Perform()