Home | History | Annotate | Download | only in Serialization

Lines Matching refs:UsingShadowDecl

302     void VisitUsingShadowDecl(UsingShadowDecl *D);
1350 D->FirstUsingShadow.setPointer(ReadDeclAs<UsingShadowDecl>(Record, Idx));
1357 void ASTDeclReader::VisitUsingShadowDecl(UsingShadowDecl *D) {
1362 UsingShadowDecl *Pattern = ReadDeclAs<UsingShadowDecl>(Record, Idx);
2635 if (UsingShadowDecl *USX = dyn_cast<UsingShadowDecl>(X)) {
2636 UsingShadowDecl *USY = cast<UsingShadowDecl>(Y);
3150 D = UsingShadowDecl::CreateDeserialized(Context, ID);