Home
last modified time | relevance | path

Searched refs:getRepresentativeDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h524 NamedDecl *getRepresentativeDecl() const { in getRepresentativeDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1414 S.Diag(LRVoid.getRepresentativeDecl()->getLocation(), in makeOnFallthrough()
1417 S.Diag(LRValue.getRepresentativeDecl()->getLocation(), in makeOnFallthrough()
H A DSemaExprMember.cpp262 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(), in BuildPossibleImplicitMemberExpr()
581 R.getRepresentativeDecl(), in CheckQualifiedMemberReference()
H A DSemaCXXScopeSpec.cpp666 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr; in BuildCXXNestedNameSpecifier()
H A DSemaTemplate.cpp540 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 DSemaDecl.cpp1204 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 DSemaDeclCXX.cpp870 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 DSemaExpr.cpp2172 if (R.getRepresentativeDecl()->getDeclContext()->Equals(R.getNamingClass())) { in DiagnoseDependentMemberLookup()
3171 R.getRepresentativeDecl(), nullptr, in BuildDeclarationNameExpr()
5244 NamedDecl *Old = Previous.getRepresentativeDecl(); in ActOnOMPIteratorExpr()
H A DSemaOpenMP.cpp16435 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildDeclareReductionRef()
19196 NamedDecl *D = Lookup.getRepresentativeDecl(); in buildUserDefinedMapperRef()
H A DTreeTransform.h1147 NamedDecl *SomeDecl = Result.getRepresentativeDecl(); in RebuildDependentNameType()