Searched defs:Obj2 (Results 1 - 1 of 1) sorted by path

/external/clang/lib/AST/
H A DASTImporter.cpp802 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2); local
805 Obj2->getBaseType()))
807 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
812 Obj2->getProtocol(I)))

Completed in 221 milliseconds