Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp10644 class CurrentInstantiationRebuilder class
10645 : public TreeTransform<CurrentInstantiationRebuilder> {
10650 typedef TreeTransform<CurrentInstantiationRebuilder> inherited;
10652 CurrentInstantiationRebuilder(Sema &SemaRef, in CurrentInstantiationRebuilder() function in __anon75c807111111::CurrentInstantiationRebuilder
10655 : TreeTransform<CurrentInstantiationRebuilder>(SemaRef), in CurrentInstantiationRebuilder()
10694 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation()
10699 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation()
10709 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation()