Home
last modified time | relevance | path

Searched refs:Obj2 (Results 1 – 8 of 8) 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/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/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/Versions/Current/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/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/clang/lib/AST/
DASTImporter.cpp847 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local
850 Obj2->getBaseType())) in IsStructurallyEquivalent()
852 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()
857 Obj2->getProtocol(I))) in IsStructurallyEquivalent()