Home
last modified time | relevance | path

Searched refs:Obj2 (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaObjCXX/
Ddelay-parsing-cplusfuncs.mm18 MyClass * Obj1, *Obj2; field
39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) {
43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; }
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectLinkingLayerTest.cpp160 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() local
162 Obj2Set.push_back(Obj2.getBinary()); in TEST_F()
231 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() local
233 Obj2Set.push_back(Obj2.getBinary()); in TEST_F()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRMapElement.h46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2;
51 - (id) initWithObj1:(id)anObj1 Obj2:(id)anObj2;
DANTLRMapElement.m61 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2
63 return [[ANTLRMapElement alloc] initWithObj1:anObj1 Obj2:anObj2];
107 - (id) initWithObj1:(id)anIndex Obj2:(id)aNode
DANTLRBaseTreeAdaptor.m346 …MapNode = [ANTLRMapElement newANTLRMapElementWithObj1:[NSNumber numberWithInteger:anID] Obj2:node];
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRMapElement.h46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2;
51 - (id) initWithObj1:(id)anObj1 Obj2:(id)anObj2;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRMapElement.h46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2;
51 - (id) initWithObj1:(id)anObj1 Obj2:(id)anObj2;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRMapElement.h46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2;
51 - (id) initWithObj1:(id)anObj1 Obj2:(id)anObj2;
/external/clang/lib/AST/
DASTImporter.cpp902 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local
905 Obj2->getBaseType())) in IsStructurallyEquivalent()
907 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()
912 Obj2->getProtocol(I))) in IsStructurallyEquivalent()