Home | History | Annotate | Download | only in Sema

Lines Matching refs:MergeWithParentScope

1033   bool MergeWithParentScope = (TemplateParams != 0) ||
1037 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
1339 bool MergeWithParentScope = (TemplateParams != 0) ||
1342 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
2493 bool MergeWithParentScope = false;
2495 MergeWithParentScope = Rec->isLocalClass();
2497 LocalInstantiationScope Scope(*this, MergeWithParentScope);