Searched refs:getRepresentativeDecl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Lookup.h | 513 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 1294 S.Diag(LRVoid.getRepresentativeDecl()->getLocation(), in makeOnFallthrough() 1297 S.Diag(LRValue.getRepresentativeDecl()->getLocation(), in makeOnFallthrough()
|
| H A D | SemaExprMember.cpp | 265 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr() 584 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
|
| H A D | SemaCXXScopeSpec.cpp | 648 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
|
| H A D | SemaTemplate.cpp | 429 Found.empty() ? nullptr : Found.getRepresentativeDecl(); in LookupTemplateName() 484 Diag(Found.getRepresentativeDecl()->getLocation(), in LookupTemplateName() 1411 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext, in CheckClassTemplate() 1416 PrevDecl ? Previous.getRepresentativeDecl() : nullptr)) { in CheckClassTemplate() 8381 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 8390 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 8399 FoundInstantiation = Previous.getRepresentativeDecl(); in CheckMemberSpecialization() 9707 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){ in CheckTypenameType()
|
| H A D | SemaDeclCXX.cpp | 811 auto *Old = Previous.getRepresentativeDecl(); in ActOnDecompositionDeclarator() 1070 S.Diag(R.getRepresentativeDecl()->getLocation(), diag::note_declared_at); in getTupleLikeElementType() 8869 R.isSingleResult() ? R.getRepresentativeDecl() : nullptr; in ActOnStartNamespaceDef() 9397 NamedDecl *Named = R.getRepresentativeDecl(); in ActOnUsingDirective() 10571 NamedDecl *OldD = Previous.getRepresentativeDecl(); in ActOnAliasDeclaration() 10659 NamedDecl *ND = R.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 10679 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl(); in ActOnNamespaceAliasDef() 14349 DC = Previous.getRepresentativeDecl()->getDeclContext(); in ActOnFriendFunctionDecl() 14559 Diag(Previous.getRepresentativeDecl()->getLocation(), in ActOnFriendFunctionDecl() 15595 PrevDecl = Previous.getRepresentativeDecl(); in HandleMSProperty()
|
| H A D | SemaDecl.cpp | 2159 NamedDecl *OldD = OldDecls.getRepresentativeDecl(); in MergeTypedefNameDecl() 3800 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 3807 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl())) in MergeVarDecl() 3815 notePreviousDefinition(Previous.getRepresentativeDecl(), in MergeVarDecl() 4475 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl(); in CheckAnonMemberRedeclaration() 6908 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnVariableDeclarator() 9131 NamedDecl *Prev = Previous.getRepresentativeDecl(); in ActOnFunctionDeclarator() 9958 NamedDecl *Candidate = Previous.getRepresentativeDecl(); in CheckFunctionDeclaration() 14415 NamedDecl *DirectPrevDecl = Previous.getRepresentativeDecl(); in ActOnTag() 15243 PrevDecl = Previous.getRepresentativeDecl(); in HandleField()
|
| H A D | TreeTransform.h | 1088 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()
|
| H A D | SemaOpenMP.cpp | 10599 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildDeclareReductionRef()
|
| H A D | SemaExpr.cpp | 2793 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr()
|