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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1041 bool MergeWithParentScope = (TemplateParams != 0) || local
1045 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
1346 bool MergeWithParentScope = (TemplateParams != 0) || local
1349 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
2758 bool MergeWithParentScope = false; local
2760 MergeWithParentScope = Rec->isLocalClass();
2762 LocalInstantiationScope Scope(*this, MergeWithParentScope);
H A DSemaTemplateInstantiate.cpp1870 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); local
1871 LocalInstantiationScope Scope(*this, MergeWithParentScope);
2083 LocalInstantiationScope Scope(*this, /*MergeWithParentScope*/true);

Completed in 65 milliseconds