Home | History | Annotate | Download | only in AST

Lines Matching refs:getNumProtocols

815     if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
817 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) {