Home | History | Annotate | Download | only in Sema

Lines Matching refs:CurrentInstantiationScope

966       SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
972 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
991 = SemaRef.CurrentInstantiationScope->getPartiallySubstitutedPack()){
1010 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Old);
1012 SemaRef.CurrentInstantiationScope->InstantiatedLocalPackArg(
1035 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New);
1256 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst);
1308 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
1317 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var);
1681 = getSema().CurrentInstantiationScope->findInstantiationOf(PD);
2445 CurrentInstantiationScope->InstantiatedLocalPackArg(OldParm, NewParm);
2448 CurrentInstantiationScope->InstantiatedLocal(OldParm, NewParm);
2788 assert(CurrentInstantiationScope == Instantiator.getStartingScope());
2789 CurrentInstantiationScope = I->Scope;