Lines Matching refs:getRepresentativeDecl
1179 if (auto *USD = dyn_cast<UsingShadowDecl>(Result.getRepresentativeDecl())) in ClassifyName()
1215 return NameClassification::NonType(Result.getRepresentativeDecl()); in ClassifyName()
2520 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl()
4478 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl()
4485 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl()
4493 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl()
5269 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration()
8071 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnVariableDeclarator()
10692 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnFunctionDeclarator()
11818 NamedDecl *Candidate = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration()
17436 NamedDecl *DirectPrevDecl = Previous.getRepresentativeDecl(); in ActOnTag()
18283 PrevDecl = Previous.getRepresentativeDecl(); in HandleField()