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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h465 NamedDecl *getRepresentativeDecl() const { function in class:clang::LookupResult
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp263 diagnoseInstanceReference(*this, SS, R.getRepresentativeDecl(),
529 R.getRepresentativeDecl(),
H A DSemaCXXScopeSpec.cpp618 Found.isSingleResult() ? Found.getRepresentativeDecl() : nullptr;
H A DSemaDecl.cpp1934 NamedDecl *OldD = OldDecls.getRepresentativeDecl();
3399 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl()))
3406 dyn_cast<UsingShadowDecl>(Previous.getRepresentativeDecl()))
3414 Diag(Previous.getRepresentativeDecl()->getLocation(),
3966 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl();
6276 *this, dyn_cast<NamedDecl>(Previous.getRepresentativeDecl()), NewVD,
8226 *this, dyn_cast<NamedDecl>(Previous.getRepresentativeDecl()), NewFD,
8346 NamedDecl *Candidate = Previous.getRepresentativeDecl();
8376 OverloadedDecl = Previous.getRepresentativeDecl();
12190 NamedDecl *DirectPrevDecl = Previous.getRepresentativeDecl();
[all...]
H A DSemaTemplate.cpp392 Diag(Found.getRepresentativeDecl()->getLocation(),
977 !isDeclInScope(Previous.getRepresentativeDecl(), SemanticContext,
982 PrevDecl ? Previous.getRepresentativeDecl() : nullptr)) {
8204 = dyn_cast<UnresolvedUsingValueDecl>(Result.getRepresentativeDecl())){
H A DSemaDeclCXX.cpp7206 R.isSingleResult() ? R.getRepresentativeDecl() : nullptr;
7587 NamedDecl *Named = R.getRepresentativeDecl();
8593 NamedDecl *OldD = Previous.getRepresentativeDecl();
8680 NamedDecl *ND = R.getRepresentativeDecl();
8700 NamedDecl *PrevDecl = PrevR.getRepresentativeDecl();
12579 DC = Previous.getRepresentativeDecl()->getDeclContext();
13804 PrevDecl = Previous.getRepresentativeDecl();
H A DSemaExpr.cpp2746 R.getRepresentativeDecl(), nullptr,
H A DTreeTransform.h1000 NamedDecl *SomeDecl = Result.getRepresentativeDecl();

Completed in 229 milliseconds