Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp11107 class CurrentInstantiationRebuilder class
11108 : public TreeTransform<CurrentInstantiationRebuilder> {
11113 typedef TreeTransform<CurrentInstantiationRebuilder> inherited;
11115 CurrentInstantiationRebuilder(Sema &SemaRef, in CurrentInstantiationRebuilder() function in __anone870e7e81211::CurrentInstantiationRebuilder
11118 : TreeTransform<CurrentInstantiationRebuilder>(SemaRef), in CurrentInstantiationRebuilder()
11183 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation()
11188 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation()
11198 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation()