Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp9794 class CurrentInstantiationRebuilder class
9795 : public TreeTransform<CurrentInstantiationRebuilder> {
9800 typedef TreeTransform<CurrentInstantiationRebuilder> inherited;
9802 CurrentInstantiationRebuilder(Sema &SemaRef, in CurrentInstantiationRebuilder() function in __anoncad16d200c11::CurrentInstantiationRebuilder
9805 : TreeTransform<CurrentInstantiationRebuilder>(SemaRef), in CurrentInstantiationRebuilder()
9870 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation()
9875 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation()
9885 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation()