Home | History | Annotate | Download | only in Sema

Lines Matching full:redeclaration

647 /// This is called when there's a redeclaration of a VarDecl. The function
648 /// checks if the redeclaration might have an exception specification and
8024 // Do the redeclaration lookup in the current scope.
8244 /// redeclaration. Note that this is checking only for the using decl
8543 bool Redeclaration = false;
8561 Redeclaration = true;
8624 ActOnTypedefNameDecl(S, CurContext, NewTD, Previous, Redeclaration);
8628 if (!Redeclaration)