Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp8249 class CurrentInstantiationRebuilder class
8250 : public TreeTransform<CurrentInstantiationRebuilder> {
8255 typedef TreeTransform<CurrentInstantiationRebuilder> inherited;
8257 CurrentInstantiationRebuilder(Sema &SemaRef, in CurrentInstantiationRebuilder() function in __anonce82d6730611::CurrentInstantiationRebuilder
8260 : TreeTransform<CurrentInstantiationRebuilder>(SemaRef), in CurrentInstantiationRebuilder()
8325 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation()
8330 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation()
8340 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation()