Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getDeclName

501   ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
876 if (!FD->getDeclName()) {
1038 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
1067 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
1720 assert(X->getDeclName() == Y->getDeclName() && "Declaration name mismatch!");
1791 Reader.SemaObj->IdResolver.tryAddTopLevelDecl(New, New->getDeclName());
1800 DeclarationName Name = D->getDeclName();
2413 if (Cat->getDeclName()) {
2414 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()];
2430 << Interface->getDeclName() << Cat->getDeclName();
2461 if (Cat->getDeclName())
2462 NameCategoryMap[Cat->getDeclName()] = *Cat;