Home | History | Annotate | Download | only in AST

Lines Matching refs:getClassInterface

949   Out << "@implementation " << *PID->getClassInterface() << '(' << *PID <<")\n";
957 Out << "@interface " << *PID->getClassInterface() << '(' << *PID << ")\n";
966 << ' ' << *AID->getClassInterface() << ";\n";