Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2661 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitFunctionDecl() local
2665 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitFunctionDecl()
3035 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitCXXMethodDecl() local
3038 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitCXXMethodDecl()
5705 bool MergeWithParentScope = false; in InstantiateFunctionDefinition() local
5707 MergeWithParentScope = in InstantiateFunctionDefinition()
5710 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateFunctionDefinition()
H A DSemaTemplateInstantiate.cpp3651 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass() local
3652 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateClass()