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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1173 bool MergeWithParentScope = (TemplateParams != 0) || local
1177 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
1480 bool MergeWithParentScope = (TemplateParams != 0) || local
1483 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
2935 bool MergeWithParentScope = false; local
2937 MergeWithParentScope = Rec->isLocalClass();
2939 LocalInstantiationScope Scope(*this, MergeWithParentScope);
H A DSemaTemplateInstantiate.cpp1964 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod(); local
1965 LocalInstantiationScope Scope(*this, MergeWithParentScope);
2178 LocalInstantiationScope Scope(*this, /*MergeWithParentScope*/true);

Completed in 150 milliseconds