Home | History | Annotate | Download | only in Sema

Lines Matching full:redeclaration

527 /// This is called when there's a redeclaration of a VarDecl. The function
528 /// checks if the redeclaration might have an exception specification and
6100 // Do the redeclaration lookup in the current scope.
6266 /// redeclaration. Note that this is checking only for the using decl
6515 bool Redeclaration = false;
6533 Redeclaration = true;
6591 ActOnTypedefNameDecl(S, CurContext, NewTD, Previous, Redeclaration);
6595 if (!Redeclaration)
8848 // If this is a redeclaration, check that the type we just deduced matches