Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp10747 class CurrentInstantiationRebuilder class
10748 : public TreeTransform<CurrentInstantiationRebuilder> {
10753 typedef TreeTransform<CurrentInstantiationRebuilder> inherited;
10755 CurrentInstantiationRebuilder(Sema &SemaRef, in CurrentInstantiationRebuilder() function in __anonccaa7e1c1111::CurrentInstantiationRebuilder
10758 : TreeTransform<CurrentInstantiationRebuilder>(SemaRef), in CurrentInstantiationRebuilder()
10823 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name); in RebuildTypeInCurrentInstantiation()
10828 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(), in RebuildExprInCurrentInstantiation()
10838 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(), in RebuildNestedNameSpecifierInCurrentInstantiation()