/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/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 | 17 …oo *] [canonicaltypekind=ObjCObjectPointer] [isPOD=1] [pointeetype=Foo] [pointeekind=ObjCInterface]
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 255 case Decl::ObjCInterface: in getDefinitiveDeclContext() 295 case Decl::ObjCInterface: in isRedeclarableDeclKind()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 105 TYPE(ObjCInterface, ObjCObjectType) 120 LEAF_TYPE(ObjCInterface)
|
D | DeclBase.h | 1237 case Decl::ObjCInterface: in isObjCContainer()
|
D | Type.h | 4595 : Type(ObjCInterface, QualType(), false, false, false, false), 4715 T->getTypeClass() == ObjCInterface; 4783 return T->getTypeClass() == ObjCInterface;
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 240 case Decl::ObjCInterface: in PrintDeclContext() 391 case Decl::ObjCInterface: in PrintDeclContext()
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 69 def ObjCInterface : DDecl<ObjCContainer>;
|
D | Attr.td | 1144 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/ |
D | CXType.cpp | 83 TKCASE(ObjCInterface); in GetTypeKind() 400 case Type::ObjCInterface: in clang_getTypeDeclaration() 477 TKIND(ObjCInterface); in clang_getTypeKindSpelling()
|
D | IndexingContext.cpp | 991 case Decl::ObjCInterface: in getEntityInfo()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1009 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()
|
D | DeclObjC.cpp | 226 case Decl::ObjCInterface: { in FindPropertyDeclaration() 1384 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl() 1704 case ObjCInterface: in getContainingInterface()
|
D | DeclBase.cpp | 583 case ObjCInterface: in getIdentifierNamespaceForKind() 965 case Decl::ObjCInterface: in getPrimaryContext()
|
D | ASTContext.cpp | 1748 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()
|
D | TypePrinter.cpp | 194 case Type::ObjCInterface: in canPrefixQualifiers()
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 2292 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/ |
D | CodeGenTypes.cpp | 565 case Type::ObjCInterface: { in ConvertType()
|
D | CodeGenFunction.cpp | 210 case Type::ObjCInterface: in getEvaluationKind() 1627 case Type::ObjCInterface: in EmitVariablyModifiedType()
|
D | CGDecl.cpp | 69 case Decl::ObjCInterface: in EmitDecl()
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 350 case Decl::ObjCInterface: in VisitObjCContainerDecl()
|