Home | History | Annotate | Download | only in Sema

Lines Matching refs:Redeclaration

623 /// This is called when there's a redeclaration of a VarDecl. The function
624 /// checks if the redeclaration might have an exception specification and
7585 // Do the redeclaration lookup in the current scope.
7800 /// redeclaration. Note that this is checking only for the using decl
8098 bool Redeclaration = false;
8116 Redeclaration = true;
8174 ActOnTypedefNameDecl(S, CurContext, NewTD, Previous, Redeclaration);
8178 if (!Redeclaration)