Searched refs:Obj2 (Results 1 – 9 of 9) sorted by relevance
18 MyClass * Obj1, *Obj2; field39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) {43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; }
160 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() local162 Obj2Set.push_back(Obj2.getBinary()); in TEST_F()231 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() local233 Obj2Set.push_back(Obj2.getBinary()); in TEST_F()
46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2;51 - (id) initWithObj1:(id)anObj1 Obj2:(id)anObj2;
61 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj263 return [[ANTLRMapElement alloc] initWithObj1:anObj1 Obj2:anObj2];107 - (id) initWithObj1:(id)anIndex Obj2:(id)aNode
346 …MapNode = [ANTLRMapElement newANTLRMapElementWithObj1:[NSNumber numberWithInteger:anID] Obj2:node];
902 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local905 Obj2->getBaseType())) in IsStructurallyEquivalent()907 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()912 Obj2->getProtocol(I))) in IsStructurallyEquivalent()