Searched refs:getRepresentativeDecl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 570 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1728 S.Diag(LRVoid.getRepresentativeDecl()->getLocation(), in makeOnFallthrough() 1731 S.Diag(LRValue.getRepresentativeDecl()->getLocation(), in makeOnFallthrough()
|
| H A D | SemaExprMember.cpp | 295 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr() 615 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
|
| H A D | SemaCXXScopeSpec.cpp | 642 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
|
| H A D | SemaTemplate.cpp | 546 Found.empty() ? nullptr : Found.getRepresentativeDecl(); in LookupTemplateName() 608 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName() 2004 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate() 2009 PrevDecl ? Previous.getRepresentativeDecl() : nullptr)) { in CheckClassTemplate() 9285 auto *OldConcept = dyn_cast<ConceptDecl>(Previous.getRepresentativeDecl()->getUnderlyingDecl()); in CheckConceptRedefinition() 9287 auto *Old = Previous.getRepresentativeDecl(); in CheckConceptRedefinition() 9885 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 9894 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 9903 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 11306 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
|
| H A D | SemaDecl.cpp | 1278 return NameClassification::NonType(Result.getRepresentativeDecl()); in ClassifyName() 2665 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() 4612 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4619 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4627 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl() 5424 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() 8244 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnVariableDeclarator() 10799 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnFunctionDeclarator() 11893 NamedDecl *Candidate = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration() 17632 NamedDecl *DirectPrevDecl = Previous.getRepresentativeDecl(); in ActOnTag() [all …]
|
| H A D | SemaDeclCXX.cpp | 934 auto *Old = Previous.getRepresentativeDecl(); in ActOnDecompositionDeclarator() 1201 S.Diag(R.getRepresentativeDecl()->getLocation(), diag::note_declared_at); in getTupleLikeElementType() 11658 R.isSingleResult() ? R.getRepresentativeDecl() : nullptr; in ActOnStartNamespaceDef() 12222 NamedDecl *Named = R.getRepresentativeDecl(); in ActOnUsingDirective() 13585 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() 13673 NamedDecl *ND = R.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 13693 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 17923 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl() 18125 Diag(Previous.getRepresentativeDecl()->getLocation(), in ActOnFriendFunctionDecl() 19231 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty()
|
| H A D | SemaExpr.cpp | 2427 if (R.getRepresentativeDecl()->getDeclContext()->Equals(R.getNamingClass())) { in DiagnoseDependentMemberLookup() 3432 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr() 5663 NamedDecl *Old = Previous.getRepresentativeDecl(); in ActOnOMPIteratorExpr()
|
| H A D | SemaOpenMP.cpp | 19128 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildDeclareReductionRef() 21979 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildUserDefinedMapperRef()
|
| H A D | TreeTransform.h | 1214 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
|