Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DLookup.h460 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprMember.cpp262 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr()
534 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
DSemaDecl.cpp1715 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl()
3018 Diag(Previous.getRepresentativeDecl()->getLocation(), in MergeVarDecl()
3433 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration()
7439 OverloadedDecl = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration()
11346 PrevDecl = Previous.getRepresentativeDecl(); in HandleField()
DSemaTemplate.cpp390 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName()
7785 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
DSemaDeclCXX.cpp7795 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration()
11617 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl()
12785 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty()
DTreeTransform.h944 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
DSemaExpr.cpp2586 R.getRepresentativeDecl()); in BuildDeclarationNameExpr()