/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]
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 141 case Decl::ObjCInterface: in getDefinitiveDeclContext() 181 case Decl::ObjCInterface: in isRedeclarableDeclKind()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 105 TYPE(ObjCInterface, ObjCObjectType) 120 LEAF_TYPE(ObjCInterface)
|
D | DeclBase.h | 1194 case Decl::ObjCInterface: in isObjCContainer()
|
D | Type.h | 4373 : Type(ObjCInterface, QualType(), false, false, false, false), 4433 T->getTypeClass() == ObjCInterface; 4496 return T->getTypeClass() == ObjCInterface;
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 107 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/ |
D | ASTConsumers.cpp | 240 case Decl::ObjCInterface: in PrintDeclContext() 391 case Decl::ObjCInterface: in PrintDeclContext()
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 67 def ObjCInterface : DDecl<ObjCContainer>;
|
D | Attr.td | 1047 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/ |
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 | 941 case ObjCInterface: { in isIncompleteType() 1353 case ObjCInterface: in isSpecifierType() 2225 case Type::ObjCInterface: { in computeCachedProperties() 2309 case Type::ObjCInterface: in computeLinkageInfo()
|
D | DeclObjC.cpp | 208 case Decl::ObjCInterface: { in FindPropertyDeclaration() 1173 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl() 1490 case ObjCInterface: in getContainingInterface()
|
D | DeclBase.cpp | 545 case ObjCInterface: in getIdentifierNamespaceForKind() 925 case Decl::ObjCInterface: in getPrimaryContext()
|
D | ASTContext.cpp | 1664 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()
|
D | TypePrinter.cpp | 194 case Type::ObjCInterface: in canPrefixQualifiers()
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 2213 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/ |
D | USRGeneration.cpp | 352 case Decl::ObjCInterface: in VisitObjCContainerDecl()
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 550 case Type::ObjCInterface: { in ConvertType()
|
D | CodeGenFunction.cpp | 153 case Type::ObjCInterface: in getEvaluationKind() 1523 case Type::ObjCInterface: in EmitVariablyModifiedType()
|
D | CGDecl.cpp | 66 case Decl::ObjCInterface: in EmitDecl()
|