Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1630 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitFunctionDecl() local
1634 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitFunctionDecl()
1923 bool MergeWithParentScope = (TemplateParams != nullptr) || in VisitCXXMethodDecl() local
1926 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitCXXMethodDecl()
4012 bool MergeWithParentScope = false; in InstantiateFunctionDefinition() local
4014 MergeWithParentScope = Rec->isLocalClass(); in InstantiateFunctionDefinition()
4016 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateFunctionDefinition()
H A DSemaTemplateInstantiate.cpp2041 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); in InstantiateClass() local
2042 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateClass()