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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp7835 class CurrentInstantiationRebuilder class in namespace:__anon3329
7836 : public TreeTransform<CurrentInstantiationRebuilder> {
7841 typedef TreeTransform<CurrentInstantiationRebuilder> inherited;
7843 CurrentInstantiationRebuilder(Sema &SemaRef, function in class:__anon3329::CurrentInstantiationRebuilder
7846 : TreeTransform<CurrentInstantiationRebuilder>(SemaRef),
7911 CurrentInstantiationRebuilder Rebuilder(*this, Loc, Name);
7916 CurrentInstantiationRebuilder Rebuilder(*this, E->getExprLoc(),
7926 CurrentInstantiationRebuilder Rebuilder(*this, SS.getRange().getBegin(),

Completed in 179 milliseconds