/external/llvm-project/clang/test/Index/ |
D | objc-typeargs-protocols.m | 24 …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…
|
D | cursor-dynamic-call.mm | 78 // CHECK: 29:3 {{.*}} Receiver-type=ObjCInterface 82 // CHECK: 36:3 {{.*}} Receiver-type=ObjCInterface
|
D | IBOutletCollection.m | 14 …K: Punctuation: "(" [4:21 - 4:22] attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
|
D | index-attrs.m | 37 // CHECK: <attribute>: attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
|
D | print-type.m | 22 …Foo *] [canonicaltypekind=ObjCObjectPointer] [basetype=Foo] [basekind=ObjCInterface] [isPOD=1] [po…
|
/external/llvm-project/clang/test/AST/ |
D | ast-dump-decl.m | 30 // 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'
|
D | category-attribute.m | 23 // CHECK-NEXT: ObjCInterface 30 // CHECK-NEXT: ObjCInterface
|
D | ast-dump-decl.mm | 27 // CHECK-NEXT: super ObjCInterface{{.*}} 'A' 28 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCImplementation'
|
D | pragma-attribute-objc-subject-match-rules.m | 23 // CHECK-OBJC_CATEGORY-NEXT: ObjCInterface 31 // CHECK-OBJC_CATEGORY-NEXT: ObjCInterface
|
/external/clang/test/Misc/ |
D | ast-dump-decl.m | 21 // 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'
|
D | ast-dump-decl.mm | 18 // CHECK-NEXT: super ObjCInterface{{.*}} 'A' 19 // CHECK-NEXT: ObjCInterface{{.*}} 'TestObjCImplementation'
|
/external/rust/crates/bindgen/src/ir/ |
D | objc.rs | 25 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
|
D | ty.rs | 11 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/ |
D | cursor-dynamic-call.mm | 69 // CHECK: 29:3 {{.*}} Receiver-type=ObjCInterface 73 // CHECK: 36:3 {{.*}} Receiver-type=ObjCInterface
|
D | index-attrs.m | 13 // CHECK: <attribute>: attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
|
D | IBOutletCollection.m | 14 …K: Punctuation: "(" [4:21 - 4:22] attribute(iboutletcollection)= [IBOutletCollection=ObjCInterface]
|
D | print-type.m | 18 …oo *] [canonicaltypekind=ObjCObjectPointer] [isPOD=1] [pointeetype=Foo] [pointeekind=ObjCInterface]
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 227 case Decl::ObjCInterface: in getDefinitiveDeclContext() 268 case Decl::ObjCInterface: in isRedeclarableDeclKind()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 105 TYPE(ObjCInterface, ObjCObjectType) 121 LEAF_TYPE(ObjCInterface)
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTCommon.cpp | 329 case Decl::ObjCInterface: in getDefinitiveDeclContext() 371 case Decl::ObjCInterface: in isRedeclarableDeclKind()
|
/external/llvm-project/clang/include/clang/Serialization/ |
D | TypeBitCodes.def | 32 TYPE_BIT_CODE(ObjCInterface, OBJC_INTERFACE, 21)
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 240 case Decl::ObjCInterface: in PrintDeclContext() 389 case Decl::ObjCInterface: in PrintDeclContext()
|
/external/rust/crates/bindgen/src/codegen/ |
D | impl_partialeq.rs | 98 TypeKind::ObjCInterface(..) | in gen_field()
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 74 def ObjCInterface : DDecl<ObjCContainer>;
|
/external/rust/crates/bindgen/src/ir/analysis/ |
D | has_type_param_in_array.rs | 139 TypeKind::ObjCInterface(..) | in constrain()
|