Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1157 const auto *Obj2 = cast<ObjCTypeParamType>(T2); in IsStructurallyEquivalent() local
1158 if (!IsStructurallyEquivalent(Context, Obj1->getDecl(), Obj2->getDecl())) in IsStructurallyEquivalent()
1161 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()
1165 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
1173 const auto *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local
1175 Obj2->getBaseType())) in IsStructurallyEquivalent()
1177 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()
1181 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td125 __attribute__((init_priority(101))) SomeType Obj2;
127 ``Obj2`` will be initialized *before* ``Obj1`` despite the usual order of