Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDeclName

1059   IdentifierResolver::iterator I = IdResolver.begin(D->getDeclName()),
1077 for (I = IdResolver.begin(D->getDeclName()); I != IEnd; ++I) {
1365 Diag(D->getLocation(), DiagID) << D->getDeclName() << Hint;
1373 S.Diag(L->getLocation(), diag::err_undeclared_label_use) <<L->getDeclName();
1389 if (!D->getDeclName()) continue;
1442 << Id << IDecl->getDeclName()
1445 << IDecl->getDeclName();
1716 << New->getDeclName();
1775 << New->getDeclName();
1794 << New->getDeclName();
2289 << New->getDeclName();
2700 Diag(New->getLocation(), diag::err_conflicting_types) << New->getDeclName();
2819 << New->getDeclName() << New->getType() << Old->getType();
2844 << New->getDeclName();
2867 Diag(New->getLocation(), diag::warn_weak_import) << New->getDeclName();
2881 Diag(New->getLocation(), diag::err_static_non_static) << New->getDeclName();
2898 Diag(New->getLocation(), diag::err_non_static_static) << New->getDeclName();
2906 Diag(New->getLocation(), diag::err_extern_non_extern) << New->getDeclName();
2912 Diag(New->getLocation(), diag::err_non_extern_extern) << New->getDeclName();
2925 Diag(New->getLocation(), diag::err_redefinition) << New->getDeclName();
2931 Diag(New->getLocation(), diag::err_thread_non_thread) << New->getDeclName();
2934 Diag(New->getLocation(), diag::err_non_thread_thread) << New->getDeclName();
2944 << New->getDeclName();
3078 if (!Record->getDeclName() && Record->isCompleteDefinition() &&
3097 if ((Record && Record->getDeclName() && !Record->isCompleteDefinition()) ||
3269 cast<NamedDecl>(*D)->getDeclName()) {
3271 if (CheckAnonMemberRedeclaration(SemaRef, S, Owner, VD->getDeclName(),
3386 cast<NamespaceDecl>(Owner)->getDeclName()))) {
3464 MemRecord->getDeclName()) {
3901 if (Record->getIdentifier() && Record->getDeclName() == Name) {
4197 if (New->getDeclName() && AddToScope &&
4329 LocallyScopedExternCDecls[ND->getDeclName()] = ND;
4368 = LocallyScopedExternCDecls.find(Decls[I]->getDeclName());
4370 LocallyScopedExternCDecls[Decls[I]->getDeclName()] = Decls[I];
4769 << Name << RD->getDeclName();
4779 else if (!RD->getDeclName())
4863 << 0 << NewVD->getDeclName()
5068 LookupResult R(*this, D->getDeclName(), D->getLocation(),
5206 = findLocallyScopedExternCDecl(NewVD->getDeclName());
5264 DeclarationName Name = Data->Method->getDeclName();
5299 S.Diag(MD->getLocation(), DiagID) << MD->getDeclName();
5419 DeclarationName Name = NewFD->getDeclName();
6297 << NewFD->getDeclName();
6601 = findLocallyScopedExternCDecl(NewFD->getDeclName());
6759 if (NewFD->getDeclName() != Name) {
7176 << Method->getDeclName() << Init->getSourceRange();
7206 << VDecl->getDeclName() << VDecl->getType()
7213 << VDecl->getDeclName() << VDecl->getType()
7259 << VDecl->getDeclName() << DeduceInit->getSourceRange();
7298 << VDecl->getDeclName();
7320 << VDecl->getDeclName();
7639 << Var->getDeclName() << Type;
7654 << Var->getDeclName();
7746 << Var->getDeclName()
7866 << VD->getDeclName() << Error;
8084 << Deduced << DeducedDecl->getDeclName()
8085 << U << D->getDeclName()
8253 << 1 << New->getDeclName()
8286 if (!(*Param)->isReferenced() && (*Param)->getDeclName() &&
8289 << (*Param)->getDeclName();
8307 << D->getDeclName() << Size;
8319 << (*Param)->getDeclName() << Size;
8495 << FD->getDeclName() << getLangOpts().CPlusPlus;
8497 Diag(FD->getLocation(), diag::err_redefinition) << FD->getDeclName();
9088 << 2 << NewTD->getDeclName()
9603 if (Tag->getDeclName() == Name &&
10467 << NewFD->getDeclName() << EltTy;
10545 << (int)FD->getParent()->isUnion() << FD->getDeclName() << member;
10751 if (IFD->getDeclName())
10792 << FD->getDeclName();
10808 << FD->getDeclName();
10811 << FD->getDeclName() << Record->getTagKind();
10815 << FD->getDeclName();
10818 << FD->getDeclName() << Record->getTagKind();
10822 << FD->getDeclName();
10825 << FD->getDeclName() << Record->getTagKind();
10828 << FD->getDeclName();
10836 << FD->getDeclName() << FD->getType();
10862 << FD->getDeclName() << FD->getType();
10867 << FD->getDeclName();