Home | History | Annotate | Download | only in Serialization

Lines Matching refs:CAD

840 void ASTDeclReader::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *CAD) {
841 VisitNamedDecl(CAD);
842 CAD->setClassInterface(ReadDeclAs<ObjCInterfaceDecl>(Record, Idx));