Searched defs:AddToContext (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDecl.cpp1139 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { argument
1149 if (AddToContext)
4569 bool AddToContext = !D.isRedeclaration() || !New->isLocalExternDecl(); local
4570 PushOnScopeChains(New, S, AddToContext);
4571 if (!AddToContext)
9971 PushOnScopeChains(D, FnBodyScope, /*AddToContext=*/false);
9977 PushOnScopeChains(EI, FnBodyScope, /*AddToContext=*/false);
11477 PushOnScopeChains(New, EnclosingScope, /* AddToContext = */ false);

Completed in 175 milliseconds