Home | History | Annotate | Download | only in AST

Lines Matching refs:getNumProtocols

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