Searched refs:getRepresentativeDecl (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Lookup.h | 508 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 264 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr() 560 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
|
D | SemaTemplate.cpp | 394 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()
|
D | SemaCXXScopeSpec.cpp | 647 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
|
D | SemaDecl.cpp | 1990 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 …]
|
D | SemaDeclCXX.cpp | 7364 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()
|
D | SemaOpenMP.cpp | 8910 auto *D = Lookup.getRepresentativeDecl(); in buildDeclareReductionRef()
|
D | TreeTransform.h | 1009 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
|
D | SemaExpr.cpp | 2807 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr()
|