Home
last modified time | relevance | path

Searched refs:CurrentInstantiationRebuilder (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplate.cpp7972 class CurrentInstantiationRebuilder class
7973 : public TreeTransform<CurrentInstantiationRebuilder> {
7978 typedef TreeTransform<CurrentInstantiationRebuilder> inherited;
7980 CurrentInstantiationRebuilder(Sema &SemaRef, in CurrentInstantiationRebuilder() function in __anonc1e5694a0611::CurrentInstantiationRebuilder
7983 : TreeTransform<CurrentInstantiationRebuilder>(SemaRef), in CurrentInstantiationRebuilder()
8048 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation()
8053 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation()
8063 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation()