Searched refs:getRepresentativeDecl (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Lookup.h | 524 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1450 S.Diag(LRVoid.getRepresentativeDecl()->getLocation(), in makeOnFallthrough() 1453 S.Diag(LRValue.getRepresentativeDecl()->getLocation(), in makeOnFallthrough()
|
| H A D | SemaExprMember.cpp | 262 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr() 580 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
|
| H A D | SemaTemplate.cpp | 540 Found.empty() ? nullptr : Found.getRepresentativeDecl(); in LookupTemplateName() 602 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName() 1860 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate() 1865 PrevDecl ? Previous.getRepresentativeDecl() : nullptr)) { in CheckClassTemplate() 8653 auto *Old = Previous.getRepresentativeDecl(); in ActOnConceptDefinition() 9226 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 9235 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 9244 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 10640 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
|
| H A D | SemaCXXScopeSpec.cpp | 652 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
|
| H A D | SemaDecl.cpp | 1191 return NameClassification::NonType(Result.getRepresentativeDecl()); in ClassifyName() 2286 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() 4051 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4058 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4066 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl() 4843 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() 7498 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnVariableDeclarator() 9863 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnFunctionDeclarator() 10762 NamedDecl *Candidate = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration() 15880 NamedDecl *DirectPrevDecl = Previous.getRepresentativeDecl(); in ActOnTag() [all …]
|
| H A D | SemaDeclCXX.cpp | 872 auto *Old = Previous.getRepresentativeDecl(); in ActOnDecompositionDeclarator() 1138 S.Diag(R.getRepresentativeDecl()->getLocation(), diag::note_declared_at); in getTupleLikeElementType() 10937 R.isSingleResult() ? R.getRepresentativeDecl() : nullptr; in ActOnStartNamespaceDef() 11478 NamedDecl *Named = R.getRepresentativeDecl(); in ActOnUsingDirective() 12655 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() 12743 NamedDecl *ND = R.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 12763 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 16572 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl() 16782 Diag(Previous.getRepresentativeDecl()->getLocation(), in ActOnFriendFunctionDecl() 17850 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty()
|
| H A D | SemaExpr.cpp | 2162 if (R.getRepresentativeDecl()->getDeclContext()->Equals(R.getNamingClass())) { in DiagnoseDependentMemberLookup() 3161 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr() 5207 NamedDecl *Old = Previous.getRepresentativeDecl(); in ActOnOMPIteratorExpr()
|
| H A D | SemaOpenMP.cpp | 16052 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildDeclareReductionRef() 18813 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildUserDefinedMapperRef()
|
| H A D | TreeTransform.h | 1147 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
|