Home | History | Annotate | Download | only in Serialization

Lines Matching refs:getDeclName

703   ReadDeclarationNameLoc(FD->DNLoc, FD->getDeclName(), Record, Idx);
1128 if (!FD->getDeclName()) {
1349 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
1381 ReadDeclarationNameLoc(D->DNLoc, D->getDeclName(), Record, Idx);
2542 assert(X->getDeclName() == Y->getDeclName() && "Declaration name mismatch!");
2723 DeclarationName Name = New->getDeclName();
2802 : D->getDeclName();
3461 if (Cat->getDeclName()) {
3462 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()];
3478 << Interface->getDeclName() << Cat->getDeclName();
3506 if (Cat->getDeclName())
3507 NameCategoryMap[Cat->getDeclName()] = Cat;