Home | History | Annotate | Download | only in Sema

Lines Matching refs:Redeclaration

551 /// This is called when there's a redeclaration of a VarDecl. The function
552 /// checks if the redeclaration might have an exception specification and
6232 // Do the redeclaration lookup in the current scope.
6405 /// redeclaration. Note that this is checking only for the using decl
6652 bool Redeclaration = false;
6670 Redeclaration = true;
6728 ActOnTypedefNameDecl(S, CurContext, NewTD, Previous, Redeclaration);
6732 if (!Redeclaration)