Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2020 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitFunctionDecl() local
2024 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitFunctionDecl()
2358 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitCXXMethodDecl() local
2361 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitCXXMethodDecl()
4960 bool MergeWithParentScope = false; in InstantiateFunctionDefinition() local
4962 MergeWithParentScope = in InstantiateFunctionDefinition()
4965 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateFunctionDefinition()
H A DSemaTemplateInstantiate.cpp2719 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass() local
2720 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateClass()