Home
last modified time | relevance | path

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

12

/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/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.m17 …oo *] [canonicaltypekind=ObjCObjectPointer] [isPOD=1] [pointeetype=Foo] [pointeekind=ObjCInterface]
/external/clang/lib/Serialization/
DASTCommon.cpp255 case Decl::ObjCInterface: in getDefinitiveDeclContext()
295 case Decl::ObjCInterface: in isRedeclarableDeclKind()
/external/clang/include/clang/AST/
DTypeNodes.def105 TYPE(ObjCInterface, ObjCObjectType)
120 LEAF_TYPE(ObjCInterface)
DDeclBase.h1237 case Decl::ObjCInterface: in isObjCContainer()
DType.h4595 : Type(ObjCInterface, QualType(), false, false, false, false),
4715 T->getTypeClass() == ObjCInterface;
4783 return T->getTypeClass() == ObjCInterface;
/external/clang/lib/Frontend/
DASTConsumers.cpp240 case Decl::ObjCInterface: in PrintDeclContext()
391 case Decl::ObjCInterface: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td69 def ObjCInterface : DDecl<ObjCContainer>;
DAttr.td1144 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1188 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1207 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>;
1422 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1441 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1494 // let Subjects = [Tag, ObjCInterface, Namespace];
/external/clang/tools/libclang/
DCXType.cpp83 TKCASE(ObjCInterface); in GetTypeKind()
400 case Type::ObjCInterface: in clang_getTypeDeclaration()
477 TKIND(ObjCInterface); in clang_getTypeKindSpelling()
DIndexingContext.cpp991 case Decl::ObjCInterface: in getEntityInfo()
/external/clang/lib/AST/
DType.cpp1009 TRIVIAL_TYPE_CLASS(ObjCInterface) in TRIVIAL_TYPE_CLASS()
1950 case ObjCInterface: { in isIncompleteType()
2362 case ObjCInterface: in isSpecifierType()
3354 case Type::ObjCInterface: { in computeCachedProperties()
3438 case Type::ObjCInterface: in computeLinkageInfo()
3602 case Type::ObjCInterface: in canHaveNullability()
DDeclObjC.cpp226 case Decl::ObjCInterface: { in FindPropertyDeclaration()
1384 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
1704 case ObjCInterface: in getContainingInterface()
DDeclBase.cpp583 case ObjCInterface: in getIdentifierNamespaceForKind()
965 case Decl::ObjCInterface: in getPrimaryContext()
DASTContext.cpp1748 case Type::ObjCInterface: { in getTypeInfoImpl()
2632 case Type::ObjCInterface: in getVariableArrayDecayedType()
5734 case Type::ObjCInterface: { in getObjCEncodingForTypeImpl()
7593 if (LHSClass == Type::ObjCInterface) LHSClass = Type::ObjCObject; in mergeTypes()
7594 if (RHSClass == Type::ObjCInterface) RHSClass = Type::ObjCObject; in mergeTypes()
7637 case Type::ObjCInterface: in mergeTypes()
DTypePrinter.cpp194 case Type::ObjCInterface: in canPrefixQualifiers()
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2292 ObjCInterface = 1U << 9, in CalculateDiagnostic() enumerator
2325 .Case("ObjCInterface", ObjCInterface) in CalculateDiagnostic()
2357 case ObjCInterface: return "ExpectedObjectiveCInterface"; in CalculateDiagnostic()
2379 case ObjCProtocol | ObjCInterface: in CalculateDiagnostic()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp565 case Type::ObjCInterface: { in ConvertType()
DCodeGenFunction.cpp210 case Type::ObjCInterface: in getEvaluationKind()
1627 case Type::ObjCInterface: in EmitVariablyModifiedType()
DCGDecl.cpp69 case Decl::ObjCInterface: in EmitDecl()
/external/clang/lib/Index/
DUSRGeneration.cpp350 case Decl::ObjCInterface: in VisitObjCContainerDecl()

12