Searched refs:getRepresentativeDecl (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Sema/
H A DLookup.h460 NamedDecl *getRepresentativeDecl() const { function in class:clang::LookupResult
/external/clang/lib/Sema/
H A DSemaExprMember.cpp262 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(),
545 R.getRepresentativeDecl(),
H A DSemaDecl.cpp1821 NamedDecl *OldD = OldDecls.getRepresentativeDecl();
3113 Diag(Previous.getRepresentativeDecl()->getLocation(),
3554 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl();
5719 *this, dyn_cast<NamedDecl>(Previous.getRepresentativeDecl()), NewVD,
7552 *this, dyn_cast<NamedDecl>(Previous.getRepresentativeDecl()), NewFD,
7688 OverloadedDecl = Previous.getRepresentativeDecl();
11773 PrevDecl = Previous.getRepresentativeDecl();
H A DSemaTemplate.cpp391 Diag(Found.getRepresentativeDecl()->getLocation(),
7922 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){
H A DSemaDeclCXX.cpp8123 NamedDecl *OldD = Previous.getRepresentativeDecl();
11903 DC = Previous.getRepresentativeDecl()->getDeclContext();
13104 PrevDecl = Previous.getRepresentativeDecl();
H A DTreeTransform.h952 NamedDecl *SomeDecl = Result.getRepresentativeDecl();
H A DSemaExpr.cpp2671 R.getRepresentativeDecl());

Completed in 4410 milliseconds