Searched refs:AddToContext (Results 1 – 2 of 2) sorted by relevance
1146 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() argument1156 if (AddToContext) in PushOnScopeChains()4689 bool AddToContext = !D.isRedeclaration() || !New->isLocalExternDecl(); in HandleDeclarator() local4690 PushOnScopeChains(New, S, AddToContext); in HandleDeclarator()4691 if (!AddToContext) in HandleDeclarator()
1953 void PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext = true);