Searched refs:getRepresentativeDecl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 524 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1414 S.Diag(LRVoid.getRepresentativeDecl()->getLocation(), in makeOnFallthrough() 1417 S.Diag(LRValue.getRepresentativeDecl()->getLocation(), in makeOnFallthrough()
|
| H A D | SemaExprMember.cpp | 262 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr() 581 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
|
| H A D | SemaCXXScopeSpec.cpp | 666 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
|
| 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 | SemaDecl.cpp | 1204 return NameClassification::NonType(Result.getRepresentativeDecl()); in ClassifyName() 2338 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() 4114 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4121 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 4129 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl() 4906 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() 7564 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnVariableDeclarator() 9922 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnFunctionDeclarator() 10821 NamedDecl *Candidate = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration() 15936 NamedDecl *DirectPrevDecl = Previous.getRepresentativeDecl(); in ActOnTag() [all …]
|
| H A D | SemaDeclCXX.cpp | 870 auto *Old = Previous.getRepresentativeDecl(); in ActOnDecompositionDeclarator() 1136 S.Diag(R.getRepresentativeDecl()->getLocation(), diag::note_declared_at); in getTupleLikeElementType() 10944 R.isSingleResult() ? R.getRepresentativeDecl() : nullptr; in ActOnStartNamespaceDef() 11485 NamedDecl *Named = R.getRepresentativeDecl(); in ActOnUsingDirective() 12837 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() 12925 NamedDecl *ND = R.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 12945 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 16777 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl() 16987 Diag(Previous.getRepresentativeDecl()->getLocation(), in ActOnFriendFunctionDecl() 18055 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty()
|
| H A D | SemaExpr.cpp | 2172 if (R.getRepresentativeDecl()->getDeclContext()->Equals(R.getNamingClass())) { in DiagnoseDependentMemberLookup() 3171 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr() 5244 NamedDecl *Old = Previous.getRepresentativeDecl(); in ActOnOMPIteratorExpr()
|
| H A D | SemaOpenMP.cpp | 16435 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildDeclareReductionRef() 19196 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildUserDefinedMapperRef()
|
| H A D | TreeTransform.h | 1147 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
|