Home
last modified time | relevance | path

Searched defs:Rebuilder (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaPseudoObject.cpp47 template <class T> struct Rebuilder { struct
48 Sema &S;
49 Rebuilder(Sema &S) : S(S) {} in Rebuilder() argument
51 T &getDerived() { return static_cast<T&>(*this); } in getDerived()
53 Expr *rebuild(Expr *e) { in rebuild()
DSemaTemplate.cpp8211 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation() local
8216 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation() local
8226 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation() local