Lines Matching defs:rebuild
99 auto *NewBase = rebuild(refExpr->getBase());
108 Expr *rebuild(Expr *e) {
119 // Otherwise, we should look through and rebuild anything that
123 e = rebuild(parens->getSubExpr());
131 e = rebuild(uop->getSubExpr());
152 assocExpr = rebuild(assocExpr);
173 rebuiltExpr = rebuild(rebuiltExpr);
182 llvm_unreachable("bad expression to rebuild!");
712 // If we have a base, capture it in an OVE and rebuild the syntactic
718 }).rebuild(syntacticBase);
1030 // Capture base expression in an OVE and rebuild the syntactic
1045 }).rebuild(syntacticBase);
1381 }).rebuild(syntacticBase);
1544 /// Given a pseudo-object reference, rebuild it without the opaque
1552 .rebuild(E);