Home | History | Annotate | Download | only in Sema

Lines Matching defs:Redeclaration

669 /// This is called when there's a redeclaration of a VarDecl. The function
670 /// checks if the redeclaration might have an exception specification and
7959 // redeclaration.
7969 // declaration, but we're not a redeclaration of it.
8260 // Do the redeclaration lookup in the current scope.
8498 /// redeclaration. Note that this is checking only for the using decl
8799 bool Redeclaration = false;
8821 Redeclaration = true;
8884 ActOnTypedefNameDecl(S, CurContext, NewTD, Previous, Redeclaration);
8888 if (!Redeclaration)