Searched refs:getRepresentativeDecl (Results 1 – 7 of 7) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Lookup.h | 467 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 265 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr() 531 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
|
| H A D | SemaDecl.cpp | 1901 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() 3203 Diag(Previous.getRepresentativeDecl()->getLocation(), in MergeVarDecl() 3669 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() 5859 *this, dyn_cast<NamedDecl>(Previous.getRepresentativeDecl()), NewVD, in ActOnVariableDeclarator() 7709 *this, dyn_cast<NamedDecl>(Previous.getRepresentativeDecl()), NewFD, in ActOnFunctionDeclarator() 7845 OverloadedDecl = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration() 12214 PrevDecl = Previous.getRepresentativeDecl(); in HandleField()
|
| H A D | SemaTemplate.cpp | 390 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName() 8045 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
|
| H A D | SemaDeclCXX.cpp | 8500 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() 12395 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl() 13596 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty()
|
| H A D | TreeTransform.h | 979 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
|
| H A D | SemaExpr.cpp | 2705 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr()
|