Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1960 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitFunctionDecl() local
1964 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitFunctionDecl()
2292 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitCXXMethodDecl() local
2295 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitCXXMethodDecl()
4941 bool MergeWithParentScope = false; in InstantiateFunctionDefinition() local
4943 MergeWithParentScope = in InstantiateFunctionDefinition()
4946 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateFunctionDefinition()
H A DSemaTemplateInstantiate.cpp2674 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass() local
2675 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateClass()