Home | History | Annotate | Download | only in AST

Lines Matching refs:AID

1068 void DeclPrinter::VisitObjCCompatibleAliasDecl(ObjCCompatibleAliasDecl *AID) {
1069 Out << "@compatibility_alias " << *AID
1070 << ' ' << *AID->getClassInterface() << ";\n";