Searched defs:Rebuilder (Results 1 – 2 of 2) sorted by relevance
47 template <class T> struct Rebuilder { struct48 Sema &S;49 Rebuilder(Sema &S) : S(S) {} in Rebuilder() argument51 T &getDerived() { return static_cast<T&>(*this); } in getDerived()53 Expr *rebuild(Expr *e) { in rebuild()
8172 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation() local8177 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation() local8187 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation() local