Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddispatch_ast_print.cpp180 struct Obj2 { struct
182 Obj2& disp_operator(Obj2 other); argument
185 Obj2& operator=(Obj2 other);
188 Obj2 z; in foo() argument
201 Obj2 j; in bar() argument
217 Obj2 z1, z; in test_three()
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A 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; }
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1172 const auto *Obj2 = cast<ObjCTypeParamType>(T2); in IsStructurallyEquivalent() local
1173 if (!IsStructurallyEquivalent(Context, Obj1->getDecl(), Obj2->getDecl())) in IsStructurallyEquivalent()
1176 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()
1180 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
1188 const auto *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local
1190 Obj2->getBaseType())) in IsStructurallyEquivalent()
1192 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()
1196 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
/llvm-project-15.0.7/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