Searched refs:getRepresentativeDecl (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Lookup.h | 550 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 545 Found.empty() ? nullptr : Found.getRepresentativeDecl(); in LookupTemplateName() 607 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName() 1959 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate() 1964 PrevDecl ? Previous.getRepresentativeDecl() : nullptr)) { in CheckClassTemplate() 8986 auto *OldConcept = dyn_cast<ConceptDecl>(Previous.getRepresentativeDecl()->getUnderlyingDecl()); in CheckConceptRedefinition() 8988 auto *Old = Previous.getRepresentativeDecl(); in CheckConceptRedefinition() 9588 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 9597 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 9606 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 11000 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
|
| H A D | SemaCoroutine.cpp | 1623 S.Diag(LRVoid.getRepresentativeDecl()->getLocation(), in makeOnFallthrough() 1626 S.Diag(LRValue.getRepresentativeDecl()->getLocation(), in makeOnFallthrough()
|
| H A D | SemaExprMember.cpp | 263 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr() 583 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
|
| H A D | SemaCXXScopeSpec.cpp | 666 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
|
| H A D | SemaDecl.cpp | 1253 return NameClassification::NonType(Result.getRepresentativeDecl()); in ClassifyName() 2613 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() 4530 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4537 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4545 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl() 5328 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() 8061 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnVariableDeclarator() 10569 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnFunctionDeclarator() 11629 NamedDecl *Candidate = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration() 17025 NamedDecl *DirectPrevDecl = Previous.getRepresentativeDecl(); in ActOnTag() [all …]
|
| H A D | SemaDeclCXX.cpp | 905 auto *Old = Previous.getRepresentativeDecl(); in ActOnDecompositionDeclarator() 1171 S.Diag(R.getRepresentativeDecl()->getLocation(), diag::note_declared_at); in getTupleLikeElementType() 11241 R.isSingleResult() ? R.getRepresentativeDecl() : nullptr; in ActOnStartNamespaceDef() 11783 NamedDecl *Named = R.getRepresentativeDecl(); in ActOnUsingDirective() 13146 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() 13234 NamedDecl *ND = R.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 13254 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 17243 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl() 17450 Diag(Previous.getRepresentativeDecl()->getLocation(), in ActOnFriendFunctionDecl() 18533 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty()
|
| H A D | SemaExpr.cpp | 2229 if (R.getRepresentativeDecl()->getDeclContext()->Equals(R.getNamingClass())) { in DiagnoseDependentMemberLookup() 3234 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr() 5414 NamedDecl *Old = Previous.getRepresentativeDecl(); in ActOnOMPIteratorExpr()
|
| H A D | SemaOpenMP.cpp | 18789 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildDeclareReductionRef() 21564 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildUserDefinedMapperRef()
|
| H A D | TreeTransform.h | 1192 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
|