Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DLookup.h508 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
/external/clang/lib/Sema/
DSemaExprMember.cpp264 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr()
560 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
DSemaTemplate.cpp394 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName()
998 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate()
1003 PrevDecl ? Previous.getRepresentativeDecl() : nullptr)) { in CheckClassTemplate()
7091 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization()
7100 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization()
7109 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization()
8342 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
DSemaCXXScopeSpec.cpp647 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
DSemaDecl.cpp1990 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl()
3487 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl()
3494 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl()
3502 Diag(Previous.getRepresentativeDecl()->getLocation(), in MergeVarDecl()
4099 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration()
6497 *this, dyn_cast<NamedDecl>(Previous.getRepresentativeDecl()), NewVD, in ActOnVariableDeclarator()
8528 *this, dyn_cast<NamedDecl>(Previous.getRepresentativeDecl()), NewFD, in ActOnFunctionDeclarator()
8657 NamedDecl *Candidate = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration()
8687 OverloadedDecl = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration()
12598 NamedDecl *DirectPrevDecl = Previous.getRepresentativeDecl(); in ActOnTag()
[all …]
DSemaDeclCXX.cpp7364 R.isSingleResult() ? R.getRepresentativeDecl() : nullptr; in ActOnStartNamespaceDef()
7745 NamedDecl *Named = R.getRepresentativeDecl(); in ActOnUsingDirective()
8828 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration()
8915 NamedDecl *ND = R.getRepresentativeDecl(); in ActOnNamespaceAliasDef()
8935 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl(); in ActOnNamespaceAliasDef()
12786 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl()
13996 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty()
DSemaOpenMP.cpp8910 auto *D = Lookup.getRepresentativeDecl(); in buildDeclareReductionRef()
DTreeTransform.h1009 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
DSemaExpr.cpp2807 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr()