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()
8211 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation() local8216 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation() local8226 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation() local