Home | History | Annotate | Download | only in Sema

Lines Matching full:redeclaration

210                                bool Redeclaration) {
220 if (Redeclaration)
223 if (Redeclaration)
229 // as (e.g.) looking up an operator name for redeclaration.
230 assert(!Redeclaration && "cannot do redeclaration operator lookup");
238 // When looking for a redeclaration of a tag name, we add:
243 if (Redeclaration)
269 assert(Redeclaration && "should only be used for redecl lookup");
419 // prefer visible declarations to hidden ones (for redeclaration lookup
711 // When we're performing lookup for the purposes of redeclaration, just
727 // a redeclaration (such that we'll be building an expression with the
940 // we still find it, so we can diagnose the invalid redeclaration.
1083 // If we're not performing redeclaration lookup, do not look for local
1267 /// redeclaration of D is visible, and if so, returns that declaration.
2826 // Otherwise, decide which is a more recent redeclaration.