Lines Matching refs:Redecl
131 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
139 Redecl(Redecl != Sema::NotForRedeclaration), in ResultKind()
141 Diagnose(Redecl == Sema::NotForRedeclaration), in ResultKind()
153 Sema::RedeclarationKind Redecl = Sema::NotForRedeclaration)
161 Redecl(Redecl != Sema::NotForRedeclaration), in ResultKind()
163 Diagnose(Redecl == Sema::NotForRedeclaration), in ResultKind()
181 Redecl(Other.Redecl), in LookupResult()
202 Redecl(std::move(Other.Redecl)), HideTags(std::move(Other.HideTags)), in LookupResult()
221 Redecl = std::move(Other.Redecl);
263 return Redecl; in isForRedeclaration()
557 Redecl = RK; in setRedeclarationKind()
719 bool Redecl; variable