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]
/external/clang/lib/Serialization/
DASTCommon.cpp141 case Decl::ObjCInterface: in getDefinitiveDeclContext()
181 case Decl::ObjCInterface: in isRedeclarableDeclKind()
/external/clang/include/clang/AST/
DTypeNodes.def105 TYPE(ObjCInterface, ObjCObjectType)
120 LEAF_TYPE(ObjCInterface)
DDeclBase.h1194 case Decl::ObjCInterface: in isObjCContainer()
DType.h4373 : Type(ObjCInterface, QualType(), false, false, false, false),
4433 T->getTypeClass() == ObjCInterface;
4496 return T->getTypeClass() == ObjCInterface;
/external/lldb/source/Symbol/
DClangASTType.cpp107 case clang::Type::ObjCInterface: in GetCompleteQualType()
208 case clang::Type::ObjCInterface: in IsAggregateType()
875 case clang::Type::ObjCInterface: in IsPossibleDynamicType()
1234 …case clang::Type::ObjCInterface: return eTypeHasChildren | eTypeIsObjC | eTypeI… in GetTypeInfo()
1395 case clang::Type::ObjCInterface: return lldb::eTypeClassObjCInterface; in GetTypeClass()
1657 case clang::Type::ObjCInterface: in GetPointerType()
1836 case clang::Type::ObjCInterface: break; in GetEncoding()
1967 case clang::Type::ObjCInterface: break; in GetFormat()
2087 case clang::Type::ObjCInterface: in GetNumChildren()
2287 case clang::Type::ObjCInterface: in GetNumDirectBaseClasses()
[all …]
/external/clang/lib/Frontend/
DASTConsumers.cpp240 case Decl::ObjCInterface: in PrintDeclContext()
391 case Decl::ObjCInterface: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td67 def ObjCInterface : DDecl<ObjCContainer>;
DAttr.td1047 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1091 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1110 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>;
1271 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1290 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1343 // 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.cpp941 case ObjCInterface: { in isIncompleteType()
1353 case ObjCInterface: in isSpecifierType()
2225 case Type::ObjCInterface: { in computeCachedProperties()
2309 case Type::ObjCInterface: in computeLinkageInfo()
DDeclObjC.cpp208 case Decl::ObjCInterface: { in FindPropertyDeclaration()
1173 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
1490 case ObjCInterface: in getContainingInterface()
DDeclBase.cpp545 case ObjCInterface: in getIdentifierNamespaceForKind()
925 case Decl::ObjCInterface: in getPrimaryContext()
DASTContext.cpp1664 case Type::ObjCInterface: { in getTypeInfoImpl()
2519 case Type::ObjCInterface: in getVariableArrayDecayedType()
5566 case Type::ObjCInterface: { in getObjCEncodingForTypeImpl()
7202 if (LHSClass == Type::ObjCInterface) LHSClass = Type::ObjCObject; in mergeTypes()
7203 if (RHSClass == Type::ObjCInterface) RHSClass = Type::ObjCObject; in mergeTypes()
7246 case Type::ObjCInterface: in mergeTypes()
DTypePrinter.cpp194 case Type::ObjCInterface: in canPrefixQualifiers()
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2213 ObjCInterface = 1U << 9, in CalculateDiagnostic() enumerator
2246 .Case("ObjCInterface", ObjCInterface) in CalculateDiagnostic()
2278 case ObjCInterface: return "ExpectedObjectiveCInterface"; in CalculateDiagnostic()
2300 case ObjCProtocol | ObjCInterface: in CalculateDiagnostic()
/external/clang/lib/Index/
DUSRGeneration.cpp352 case Decl::ObjCInterface: in VisitObjCContainerDecl()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp550 case Type::ObjCInterface: { in ConvertType()
DCodeGenFunction.cpp153 case Type::ObjCInterface: in getEvaluationKind()
1523 case Type::ObjCInterface: in EmitVariablyModifiedType()
DCGDecl.cpp66 case Decl::ObjCInterface: in EmitDecl()

12