Home | History | Annotate | Download | only in Sema

Lines Matching refs:Redeclaration

209                                bool Redeclaration) {
219 if (Redeclaration)
222 if (Redeclaration)
228 // as (e.g.) looking up an operator name for redeclaration.
229 assert(!Redeclaration && "cannot do redeclaration operator lookup");
237 // When looking for a redeclaration of a tag name, we add:
242 if (Redeclaration)
268 assert(Redeclaration && "should only be used for redecl lookup");
706 // When we're performing lookup for the purposes of redeclaration, just
722 // a redeclaration (such that we'll be building an expression with the
939 // we still find it, so we can diagnose the invalid redeclaration.
1082 // If we're not performing redeclaration lookup, do not look for local
1264 /// redeclaration of D is visible, and if so, returns that declaration.
2767 // Otherwise, decide which is a more recent redeclaration.