Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDeclName

1231   IdentifierResolver::iterator I = IdResolver.begin(D->getDeclName()),
1249 for (I = IdResolver.begin(D->getDeclName()); I != IEnd; ++I) {
1574 Diag(D->getLocation(), DiagID) << D->getDeclName() << Hint;
1588 S.Diag(L->getLocation(), diag::err_undeclared_label_use) <<L->getDeclName();
1604 if (!D->getDeclName()) continue;
1933 << New->getDeclName();
2028 << New->getDeclName();
2047 << New->getDeclName();
2317 S.Diag(VD->getLocation(), Diag) << VD->getDeclName();
2686 << New->getDeclName();
2723 << New->getDeclName();
2838 << New->getDeclName();
3175 Diag(New->getLocation(), diag::err_conflicting_types) << New->getDeclName();
3328 << New->getDeclName() << New->getType() << Old->getType();
3414 << New->getDeclName();
3444 Diag(New->getLocation(), diag::warn_weak_import) << New->getDeclName();
3453 << New->getDeclName();
3482 << New->getDeclName();
3486 << New->getDeclName();
3505 Diag(New->getLocation(), diag::err_non_static_static) << New->getDeclName();
3513 Diag(New->getLocation(), diag::err_extern_non_extern) << New->getDeclName();
3519 Diag(New->getLocation(), diag::err_non_extern_extern) << New->getDeclName();
3532 Diag(New->getLocation(), diag::err_redefinition) << New->getDeclName();
3539 Diag(New->getLocation(), diag::err_thread_non_thread) << New->getDeclName();
3542 Diag(New->getLocation(), diag::err_non_thread_thread) << New->getDeclName();
3550 << New->getDeclName() << (New->getTLSKind() == VarDecl::TLS_Dynamic);
3803 if (!Record->getDeclName() && Record->isCompleteDefinition() &&
3829 if ((Tag && Tag->getDeclName()) ||
4010 cast<NamedDecl>(D)->getDeclName()) {
4012 if (CheckAnonMemberRedeclaration(SemaRef, S, Owner, VD->getDeclName(),
4147 cast<NamespaceDecl>(Owner)->getDeclName()))) {
4228 MemRecord->getDeclName()) {
4680 if (Record->getIdentifier() && Record->getDeclName() == Name) {
5002 if (New->getDeclName() && AddToScope &&
5859 << Name << RD->getDeclName();
5869 else if (!RD->getDeclName())
6066 << 0 << NewVD->getDeclName()
6379 LookupResult R(*this, D->getDeclName(), D->getLocation(),
6391 NamedDecl *Prev = S.findLocallyScopedExternCDecl(ND->getDeclName());
6428 S.Context.getTranslationUnitDecl()->lookup(ND->getDeclName());
6478 if (NamedDecl *Prev = S.findLocallyScopedExternCDecl(ND->getDeclName())) {
6731 getDeclName();
6766 S.Diag(MD->getLocation(), DiagID) << MD->getDeclName();
6884 DeclarationName Name = NewFD->getDeclName();
7356 << PD->getDeclName();
7955 << NewFD->getDeclName();
8019 << NewFD->getDeclName();
8492 if (NewFD->getDeclName() != Name) {
9191 << Method->getDeclName() << Init->getSourceRange();
9217 VDecl, VDecl->getDeclName(), VDecl->getType(),
9291 << VDecl->getDeclName();
9313 << VDecl->getDeclName();
9660 << Var->getDeclName() << Type;
9675 << Var->getDeclName();
9786 << Var->getDeclName()
9906 << VD->getDeclName() << Error;
10318 << Deduced << DeducedDecl->getDeclName()
10319 << U << D->getDeclName()
10489 << 1 << New->getDeclName()
10522 if (!(*Param)->isReferenced() && (*Param)->getDeclName() &&
10525 << (*Param)->getDeclName();
10543 << D->getDeclName() << Size;
10555 << (*Param)->getDeclName() << Size;
10766 << FD->getDeclName() << getLangOpts().CPlusPlus;
10768 Diag(FD->getLocation(), diag::err_redefinition) << FD->getDeclName();
11539 << 2 << NewTD->getDeclName()
12178 if (Tag->getDeclName() == Name &&
13145 << NewFD->getDeclName() << EltTy;
13224 << FD->getParent()->isUnion() << FD->getDeclName() << member;
13427 if (IFD->getDeclName())
13468 << FD->getDeclName();
13498 Diag(FD->getLocation(), DiagID) << FD->getDeclName()
13508 << FD->getDeclName() << Record->getTagKind();
13511 << FD->getDeclName() << Record->getTagKind();
13521 << FD->getDeclName() << FD->getType();
13546 << FD->getDeclName() << FD->getType();
13551 << FD->getDeclName();
14039 if (!PrevED->getDeclName() && !hasVisibleDefinition(PrevED, &Hidden)) {