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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1820 bool MergeWithParentScope = (TemplateParams != nullptr) || local
1824 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
2166 bool MergeWithParentScope = (TemplateParams != nullptr) || local
2169 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
4662 bool MergeWithParentScope = false; local
4664 MergeWithParentScope = Rec->isLocalClass();
4666 LocalInstantiationScope Scope(*this, MergeWithParentScope);
H A DSemaTemplateInstantiate.cpp2599 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod();
2600 LocalInstantiationScope Scope(*this, MergeWithParentScope);
2840 LocalInstantiationScope Scope(*this, /*MergeWithParentScope*/true);

Completed in 185 milliseconds