Home | History | Annotate | Download | only in Sema

Lines Matching refs:Redeclaration

214                                bool Redeclaration) {
223 if (Redeclaration)
230 // as (e.g.) looking up an operator name for redeclaration.
231 assert(!Redeclaration && "cannot do redeclaration operator lookup");
239 // When looking for a redeclaration of a tag name, we add:
244 if (Redeclaration)
690 // When we're performing lookup for the purposes of redeclaration, just
706 // a redeclaration (such that we'll be building an expression with the
1062 /// redeclaration of D is visible, and if so, returns that declaration.
2641 // Otherwise, decide which is a more recent redeclaration.