Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurrentInstantiationScope

775       SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
781 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
800 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
818 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
988 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst);
1040 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
1049 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
1335 = getSema().CurrentInstantiationScope->findInstantiationOf(PD);
1749 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm);
1752 CurrentInstantiationScope->InstantiatedLocal(OldParm, NewParm);
2129 assert(CurrentInstantiationScope == Instantiator.getStartingScope());
2130 CurrentInstantiationScope = I->Scope;