Home
last modified time | relevance | path

Searched refs:ObjCInterface (Results 1 – 25 of 38) 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.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)
DDeclBase.h1256 case Decl::ObjCInterface: in isObjCContainer()
DType.h4769 : Type(ObjCInterface, QualType(), false, false, false, false),
4889 T->getTypeClass() == ObjCInterface;
4957 return T->getTypeClass() == ObjCInterface;
/external/clang/lib/Frontend/
DASTConsumers.cpp240 case Decl::ObjCInterface: in PrintDeclContext()
389 case Decl::ObjCInterface: in PrintDeclContext()
/external/clang/include/clang/Basic/
DDeclNodes.td74 def ObjCInterface : DDecl<ObjCContainer>;
DAttr.td1225 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1269 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1288 let Subjects = SubjectList<[ObjCInterface, ObjCProtocol], ErrorDiag>;
1295 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1540 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1559 let Subjects = SubjectList<[ObjCInterface], ErrorDiag>;
1612 // let Subjects = [Tag, ObjCInterface, Namespace];
/external/clang/tools/libclang/
DCXType.cpp84 TKCASE(ObjCInterface); in GetTypeKind()
402 case Type::ObjCInterface: in clang_getTypeDeclaration()
486 TKIND(ObjCInterface); in clang_getTypeKindSpelling()
/external/clang/lib/AST/
DType.cpp1009 TRIVIAL_TYPE_CLASS(ObjCInterface) in TRIVIAL_TYPE_CLASS()
1956 case ObjCInterface: { in isIncompleteType()
2368 case ObjCInterface: in isSpecifierType()
3358 case Type::ObjCInterface: { in computeCachedProperties()
3444 case Type::ObjCInterface: in computeLinkageInfo()
3601 case Type::ObjCInterface: in canHaveNullability()
DDeclObjC.cpp248 case Decl::ObjCInterface: { in FindPropertyDeclaration()
1418 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl()
1738 case ObjCInterface: in getContainingInterface()
DDeclBase.cpp620 case ObjCInterface: in getIdentifierNamespaceForKind()
1009 case Decl::ObjCInterface: in getPrimaryContext()
DASTContext.cpp1739 case Type::ObjCInterface: { in getTypeInfoImpl()
2641 case Type::ObjCInterface: in getVariableArrayDecayedType()
5830 case Type::ObjCInterface: { in getObjCEncodingForTypeImpl()
7708 if (LHSClass == Type::ObjCInterface) LHSClass = Type::ObjCObject; in mergeTypes()
7709 if (RHSClass == Type::ObjCInterface) RHSClass = Type::ObjCObject; in mergeTypes()
7752 case Type::ObjCInterface: in mergeTypes()
DTypePrinter.cpp197 case Type::ObjCInterface: in canPrefixQualifiers()
/external/clang/lib/Index/
DIndexSymbol.cpp119 case Decl::ObjCInterface: in getSymbolInfo()
DUSRGeneration.cpp361 case Decl::ObjCInterface: in VisitObjCContainerDecl()
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2570 ObjCInterface = 1U << 9, in CalculateDiagnostic() enumerator
2603 .Case("ObjCInterface", ObjCInterface) in CalculateDiagnostic()
2635 case ObjCInterface: return "ExpectedObjectiveCInterface"; in CalculateDiagnostic()
2657 case ObjCProtocol | ObjCInterface: in CalculateDiagnostic()
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp568 case Type::ObjCInterface: { in ConvertType()
DCodeGenFunction.cpp211 case Type::ObjCInterface: in getEvaluationKind()
1696 case Type::ObjCInterface: in EmitVariablyModifiedType()
DCGDecl.cpp71 case Decl::ObjCInterface: in EmitDecl()

12