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

/external/llvm/unittests/ExecutionEngine/Orc/
H A DObjectLinkingLayerTest.cpp160 auto Obj2 = Compile(*MB2.getModule()); local
162 Obj2Set.push_back(Obj2.getBinary());
231 auto Obj2 = Compile(*MB2.getModule()); local
233 Obj2Set.push_back(Obj2.getBinary());
/external/clang/lib/AST/
H A DASTImporter.cpp902 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2); local
905 Obj2->getBaseType()))
907 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
912 Obj2->getProtocol(I)))

Completed in 101 milliseconds