reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  652       Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr;
tools/clang/lib/Sema/SemaCoroutine.cpp
 1319     S.Diag(LRVoid.getRepresentativeDecl()->getLocation(),
 1322     S.Diag(LRValue.getRepresentativeDecl()->getLocation(),
tools/clang/lib/Sema/SemaDecl.cpp
 1185     return NameClassification::NonType(Result.getRepresentativeDecl());
 2260     NamedDecl *OldD = OldDecls.getRepresentativeDecl();
 3982               dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl()))
 3989               dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl()))
 3997     notePreviousDefinition(Previous.getRepresentativeDecl(),
 4663   NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl();
 7156     NamedDecl *Prev = Previous.getRepresentativeDecl();
 9410     NamedDecl *Prev = Previous.getRepresentativeDecl();
10259       NamedDecl *Candidate = Previous.getRepresentativeDecl();
15091     NamedDecl *DirectPrevDecl = Previous.getRepresentativeDecl();
15922       PrevDecl = Previous.getRepresentativeDecl();
tools/clang/lib/Sema/SemaDeclCXX.cpp
  839       auto *Old = Previous.getRepresentativeDecl();
 1095       S.Diag(R.getRepresentativeDecl()->getLocation(), diag::note_declared_at);
 9335         R.isSingleResult() ? R.getRepresentativeDecl() : nullptr;
 9870     NamedDecl *Named = R.getRepresentativeDecl();
11048         NamedDecl *OldD = Previous.getRepresentativeDecl();
11136   NamedDecl *ND = R.getRepresentativeDecl();
11156     NamedDecl *PrevDecl = PrevR.getRepresentativeDecl();
14907       DC = Previous.getRepresentativeDecl()->getDeclContext();
15117         Diag(Previous.getRepresentativeDecl()->getLocation(),
16192     PrevDecl = Previous.getRepresentativeDecl();
tools/clang/lib/Sema/SemaExpr.cpp
 2915                                     R.getRepresentativeDecl(), nullptr,
tools/clang/lib/Sema/SemaExprMember.cpp
  264     diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(),
  583                                    R.getRepresentativeDecl(),
tools/clang/lib/Sema/SemaOpenMP.cpp
12813       NamedDecl *D = Lookup.getRepresentativeDecl();
15134       NamedDecl *D = Lookup.getRepresentativeDecl();
tools/clang/lib/Sema/SemaTemplate.cpp
  490       Found.empty() ? nullptr : Found.getRepresentativeDecl();
  550         Diag(Found.getRepresentativeDecl()->getLocation(),
 1498              !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext,
 1503           PrevDecl ? Previous.getRepresentativeDecl() : nullptr)) {
 8090     auto *Old = Previous.getRepresentativeDecl();
 8663         FoundInstantiation = Previous.getRepresentativeDecl();
 8672       FoundInstantiation = Previous.getRepresentativeDecl();
 8681       FoundInstantiation = Previous.getRepresentativeDecl();
10038           = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){
tools/clang/lib/Sema/TreeTransform.h
 1117           NamedDecl *SomeDecl = Result.getRepresentativeDecl();