HomeSort by: relevance | last modified time | path
    Searched refs:MergeWithParentScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 1898 bool MergeWithParentScope = (TemplateParams != nullptr) ||
1902 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
2230 bool MergeWithParentScope = (TemplateParams != nullptr) ||
2233 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
4815 bool MergeWithParentScope = false;
4817 MergeWithParentScope = Rec->isLocalClass();
4819 LocalInstantiationScope Scope(*this, MergeWithParentScope);
SemaTemplateInstantiate.cpp 2675 bool MergeWithParentScope = !Instantiation->isDefinedOutsideFunctionOrMethod();
2676 LocalInstantiationScope Scope(*this, MergeWithParentScope);
2920 LocalInstantiationScope Scope(*this, /*MergeWithParentScope*/true);

Completed in 44 milliseconds