Home | History | Annotate | Download | only in Sema

Lines Matching refs:rebuild

49     Expr *rebuild(Expr *e) {
55 // Otherwise, we should look through and rebuild anything that
59 e = rebuild(parens->getSubExpr());
67 e = rebuild(uop->getSubExpr());
85 if (i == resultIndex) assoc = rebuild(assoc);
102 llvm_unreachable("bad expression to rebuild!");
550 // If we have a base, capture it in an OVE and rebuild the syntactic
556 ObjCPropertyRefRebuilder(S, InstanceReceiver).rebuild(syntacticBase);
849 // Capture base expression in an OVE and rebuild the syntactic
856 InstanceKey).rebuild(syntacticBase);
1313 /// Given a pseudo-object reference, rebuild it without the opaque
1326 return ObjCPropertyRefRebuilder(S, baseOVE->getSourceExpr()).rebuild(E);
1332 keyOVE->getSourceExpr()).rebuild(E);