Home
last modified time | relevance | path

Searched refs:getRepresentativeDecl (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DLookup.h467 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp265 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr()
531 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
H A DSemaDecl.cpp1901 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 DSemaTemplate.cpp390 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName()
8045 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
H A DSemaDeclCXX.cpp8500 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration()
12395 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl()
13596 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty()
H A DTreeTransform.h979 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
H A DSemaExpr.cpp2705 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr()