Home | History | Annotate | Download | only in Sema

Lines Matching refs:SemaRef

188     Sema &SemaRef;
248 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)
249 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope),
253 SemaRef.CurrentInstantiationScope = this;
260 const Sema &getSema() const { return SemaRef; }
270 SemaRef.CurrentInstantiationScope = Outer;
279 new LocalInstantiationScope(SemaRef, CombineWithOuterScope);
369 Sema &SemaRef;
384 TemplateDeclInstantiator(Sema &SemaRef, DeclContext *Owner,
386 : SemaRef(SemaRef),
387 SubstIndex(SemaRef, SemaRef.ArgumentPackSubstitutionIndex),
436 unsigned DiagID = SemaRef.getDiagnostics().getCustomDiagID(
439 SemaRef.Diag(D->getLocation(), DiagID)
449 StartingScope = SemaRef.CurrentInstantiationScope;