Searched refs:getRepresentativeDecl (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Lookup.h | 575 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 545 Found.empty() ? nullptr : Found.getRepresentativeDecl(); in LookupTemplateName() 607 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName() 1947 } else if (PrevDecl && !isDeclInScope(Previous.getRepresentativeDecl(), in CheckClassTemplate() 1952 PrevDecl ? Previous.getRepresentativeDecl() : nullptr)) { in CheckClassTemplate() 4420 R.getRepresentativeDecl(), TemplateKWLoc, TemplateArgs); in BuildTemplateIdExpr() 4429 R.getRepresentativeDecl(), in BuildTemplateIdExpr() 8522 auto *OldConcept = dyn_cast<ConceptDecl>(Previous.getRepresentativeDecl()->getUnderlyingDecl()); in CheckConceptRedefinition() 8524 auto *Old = Previous.getRepresentativeDecl(); in CheckConceptRedefinition() 9118 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 9127 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() [all …]
|
H A D | SemaCoroutine.cpp | 1638 S.Diag(LRVoid.getRepresentativeDecl()->getLocation(), in makeOnFallthrough() 1641 S.Diag(LRValue.getRepresentativeDecl()->getLocation(), in makeOnFallthrough()
|
H A D | SemaExprMember.cpp | 339 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr() 647 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
|
H A D | SemaCXXScopeSpec.cpp | 577 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
|
H A D | SemaDecl.cpp | 1179 if (auto *USD = dyn_cast<UsingShadowDecl>(Result.getRepresentativeDecl())) in ClassifyName() 1215 return NameClassification::NonType(Result.getRepresentativeDecl()); in ClassifyName() 2520 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() 4478 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4485 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4493 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl() 5269 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() 8071 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnVariableDeclarator() 10692 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnFunctionDeclarator() 11818 NamedDecl *Candidate = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration() [all …]
|
H A D | SemaDeclCXX.cpp | 922 auto *Old = Previous.getRepresentativeDecl(); in ActOnDecompositionDeclarator() 1189 S.Diag(R.getRepresentativeDecl()->getLocation(), diag::note_declared_at); in getTupleLikeElementType() 11571 R.isSingleResult() ? R.getRepresentativeDecl() : nullptr; in ActOnStartNamespaceDef() 12136 NamedDecl *Named = R.getRepresentativeDecl(); in ActOnUsingDirective() 13452 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() 13540 NamedDecl *ND = R.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 13560 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 17698 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl() 17900 Diag(Previous.getRepresentativeDecl()->getLocation(), in ActOnFriendFunctionDecl() 18992 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty() [all...] |
H A D | SemaOpenMP.cpp | 17929 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildDeclareReductionRef() 20800 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildUserDefinedMapperRef() 23572 NamedDecl *Old = Previous.getRepresentativeDecl(); in ActOnOMPIteratorExpr()
|
H A D | TreeTransform.h | 1235 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType() 13630 NamedDecl *FoundDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in TransformOverloadExprDecls()
|
H A D | SemaExpr.cpp | 2395 if (R.getRepresentativeDecl()->getDeclContext()->Equals(R.getNamingClass())) { in DiagnoseDependentMemberLookup() 3172 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr()
|