Home
last modified time | relevance | path

Searched refs:ObjCInterface (Results 1 – 25 of 89) sorted by relevance

1234

/external/llvm-project/clang/test/Index/
Dobjc-typeargs-protocols.m24 …jCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [isPOD=1] [pointeetype=Foo] [pointeekind=
25 …A *,TestB *> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs= [T…
26 …ype=Foo<Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [protocols=Ob…
27 …estB *><Bar> *] [typekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [typeargs= [T…
Dcursor-dynamic-call.mm78 // CHECK: 29:3 {{.*}} Receiver-type=ObjCInterface
82 // CHECK: 36:3 {{.*}} Receiver-type=ObjCInterface
DIBOutletCollection.m14 …K: Punctuation: "(" [4:21 - 4:22] attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
Dindex-attrs.m37 // CHECK: <attribute>: attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
Dprint-type.m22 …Foo *] [canonicaltypekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [isPOD=1] [po…
/external/llvm-project/clang/test/AST/
Dast-dump-decl.m30 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCIvarDecl'
65 // CHECK-NEXT: super ObjCInterface{{.*}} 'A'
77 // CHECK-NEXT: super ObjCInterface{{.*}} 'A'
78 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCClass'
86 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCClass'
95 // CHECK-NEXT: -super ObjCInterface {{.+}} 'A'
104 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCClass'
110 // CHECK-NEXT: ObjCInterface{{.*}} 'A'
Dcategory-attribute.m23 // CHECK-NEXT: ObjCInterface
30 // CHECK-NEXT: ObjCInterface
Dast-dump-decl.mm27 // CHECK-NEXT: super ObjCInterface{{.*}} 'A'
28 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCImplementation'
Dpragma-attribute-objc-subject-match-rules.m23 // CHECK-OBJC_CATEGORY-NEXT: ObjCInterface
31 // CHECK-OBJC_CATEGORY-NEXT: ObjCInterface
/external/clang/test/Misc/
Dast-dump-decl.m21 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCIvarDecl'
58 // CHECK-NEXT: super ObjCInterface{{.*}} 'A'
70 // CHECK-NEXT: super ObjCInterface{{.*}} 'A'
71 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCClass'
79 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCClass'
89 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCClass'
95 // CHECK-NEXT: ObjCInterface{{.*}} 'A'
Dast-dump-decl.mm18 // CHECK-NEXT: super ObjCInterface{{.*}} 'A'
19 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCImplementation'
/external/rust/crates/bindgen/src/ir/
Dobjc.rs25 pub struct ObjCInterface { struct
66 impl ObjCInterface { impl
67 fn new(name: &str) -> ObjCInterface { in new() argument
68 ObjCInterface { in new()
158 TypeKind::ObjCInterface(ref protocol) => { in from_ty()
305 impl Trace for ObjCInterface { implementation
Dty.rs11 use super::objc::ObjCInterface;
361 TypeKind::ObjCInterface(..) => Some(self), in safe_canonical_type()
511 TypeKind::ObjCInterface(..) => "ObjCInterface", in kind_name()
600 TypeKind::ObjCInterface(_) => vec![], in self_template_params()
702 ObjCInterface(ObjCInterface), enumerator
1190 let interface = ObjCInterface::from_ty(&location, ctx) in from_clang_ty()
1193 TypeKind::ObjCInterface(interface) in from_clang_ty()
1263 TypeKind::ObjCInterface(ref interface) => { in trace()
/external/clang/test/Index/
Dcursor-dynamic-call.mm69 // CHECK: 29:3 {{.*}} Receiver-type=ObjCInterface
73 // CHECK: 36:3 {{.*}} Receiver-type=ObjCInterface
Dindex-attrs.m13 // CHECK: <attribute>: attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
DIBOutletCollection.m14 …K: Punctuation: "(" [4:21 - 4:22] attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
Dprint-type.m18 …oo *] [canonicaltypekind=ObjCObjectPointer] [isPOD=1] [pointeetype=Foo] [pointeekind=ObjCInterface]
/external/clang/lib/Serialization/
DASTCommon.cpp227 case Decl::ObjCInterface: in getDefinitiveDeclContext()
268 case Decl::ObjCInterface: in isRedeclarableDeclKind()
/external/clang/include/clang/AST/
DTypeNodes.def105 TYPE(ObjCInterface, ObjCObjectType)
121 LEAF_TYPE(ObjCInterface)
/external/llvm-project/clang/lib/Serialization/
DASTCommon.cpp329 case Decl::ObjCInterface: in getDefinitiveDeclContext()
371 case Decl::ObjCInterface: in isRedeclarableDeclKind()
/external/llvm-project/clang/include/clang/Serialization/
DTypeBitCodes.def32 TYPE_BIT_CODE(ObjCInterface, OBJC_INTERFACE, 21)
/external/clang/lib/Frontend/
DASTConsumers.cpp240 case Decl::ObjCInterface: in PrintDeclContext()
389 case Decl::ObjCInterface: in PrintDeclContext()
/external/rust/crates/bindgen/src/codegen/
Dimpl_partialeq.rs98 TypeKind::ObjCInterface(..) | in gen_field()
/external/clang/include/clang/Basic/
DDeclNodes.td74 def ObjCInterface : DDecl<ObjCContainer>;
/external/rust/crates/bindgen/src/ir/analysis/
Dhas_type_param_in_array.rs139 TypeKind::ObjCInterface(..) | in constrain()

1234