Lines Matching defs:rebuild
97 auto *NewBase = rebuild(refExpr->getBase());
106 Expr *rebuild(Expr *e) {
117 // Otherwise, we should look through and rebuild anything that
121 e = rebuild(parens->getSubExpr());
129 e = rebuild(uop->getSubExpr());
150 assocExpr = rebuild(assocExpr);
171 rebuiltExpr = rebuild(rebuiltExpr);
180 llvm_unreachable("bad expression to rebuild!");
710 // If we have a base, capture it in an OVE and rebuild the syntactic
716 }).rebuild(syntacticBase);
1028 // Capture base expression in an OVE and rebuild the syntactic
1043 }).rebuild(syntacticBase);
1379 }).rebuild(syntacticBase);
1542 /// Given a pseudo-object reference, rebuild it without the opaque
1550 .rebuild(E);