Home | History | Annotate | Download | only in AST

Lines Matching refs:getClassInterface

1016   Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n";
1024 Out << "@interface " << *PID->getClassInterface() << '(' << *PID << ")\n";
1044 << ' ' << *AID->getClassInterface() << ";\n";