/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 | 18 …oo *] [canonicaltypekind=ObjCObjectPointer] [isPOD=1] [pointeetype=Foo] [pointeekind=ObjCInterface]
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 227 case Decl::ObjCInterface: in getDefinitiveDeclContext() 268 case Decl::ObjCInterface: in isRedeclarableDeclKind()
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 105 TYPE(ObjCInterface, ObjCObjectType) 121 LEAF_TYPE(ObjCInterface)
|
D | DeclBase.h | 1256 case Decl::ObjCInterface: in isObjCContainer()
|
D | Type.h | 4769 : Type(ObjCInterface, QualType(), false, false, false, false), 4889 T->getTypeClass() == ObjCInterface; 4957 return T->getTypeClass() == ObjCInterface;
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 240 case Decl::ObjCInterface: in PrintDeclContext() 389 case Decl::ObjCInterface: in PrintDeclContext()
|
/external/clang/include/clang/Basic/ |
D | DeclNodes.td | 74 def ObjCInterface : DDecl<ObjCContainer>;
|
D | Attr.td | 1225 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/ |
D | CXType.cpp | 84 TKCASE(ObjCInterface); in GetTypeKind() 402 case Type::ObjCInterface: in clang_getTypeDeclaration() 486 TKIND(ObjCInterface); in clang_getTypeKindSpelling()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1009 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()
|
D | DeclObjC.cpp | 248 case Decl::ObjCInterface: { in FindPropertyDeclaration() 1418 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, AtLoc), in ObjCInterfaceDecl() 1738 case ObjCInterface: in getContainingInterface()
|
D | DeclBase.cpp | 620 case ObjCInterface: in getIdentifierNamespaceForKind() 1009 case Decl::ObjCInterface: in getPrimaryContext()
|
D | ASTContext.cpp | 1739 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()
|
D | TypePrinter.cpp | 197 case Type::ObjCInterface: in canPrefixQualifiers()
|
/external/clang/lib/Index/ |
D | IndexSymbol.cpp | 119 case Decl::ObjCInterface: in getSymbolInfo()
|
D | USRGeneration.cpp | 361 case Decl::ObjCInterface: in VisitObjCContainerDecl()
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 2570 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/ |
D | CodeGenTypes.cpp | 568 case Type::ObjCInterface: { in ConvertType()
|
D | CodeGenFunction.cpp | 211 case Type::ObjCInterface: in getEvaluationKind() 1696 case Type::ObjCInterface: in EmitVariablyModifiedType()
|
D | CGDecl.cpp | 71 case Decl::ObjCInterface: in EmitDecl()
|