Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2080 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitFunctionDecl() local
2084 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitFunctionDecl()
2446 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitCXXMethodDecl() local
2449 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitCXXMethodDecl()
5065 bool MergeWithParentScope = false; in InstantiateFunctionDefinition() local
5067 MergeWithParentScope = in InstantiateFunctionDefinition()
5070 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateFunctionDefinition()
H A DSemaTemplateInstantiate.cpp3297 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass() local
3298 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateClass()