/external/clang/test/Rewriter/ |
D | objc-modern-class-init-hooks.mm | 17 @interface Root(Cat) @end category 19 @interface Sub(Cat) @end category 21 @implementation Root(Cat) @end category 23 @implementation Sub(Cat) @end category
|
D | objc-modern-class-init.mm | 17 @interface Root(Cat) @end category 19 @interface Sub(Cat) @end category 21 @implementation Root(Cat) @end category 23 @implementation Sub(Cat) @end category
|
/external/clang/test/CodeGenObjC/ |
D | non-lazy-classes.m | 11 @interface A (Cat) @end category 12 @implementation A (Cat) category 23 @interface B (Cat) @end category 24 @implementation B (Cat) category
|
D | id-isa-codegen.m | 54 @interface Cat {} interface 58 +(void)geneticallyAlterCat:(Cat *)cat; 62 + (void)geneticallyAlterCat:(Cat *)cat {
|
D | objc-align.m | 36 @implementation A (Cat) category
|
D | property.m | 46 @interface A (Cat) category 50 @implementation A (Cat) category
|
D | metadata_symbols.m | 53 @implementation A (Cat) category
|
D | metadata-symbols-32.m | 70 @implementation A (Cat) category
|
D | metadata-symbols-64.m | 76 @implementation A (Cat) category
|
/external/clang/test/SemaObjC/ |
D | category-method-lookup-2.m | 10 @interface Bar (Cat) category 14 @implementation Bar (Cat) category
|
D | check-dup-objc-decls-1.m | 38 @interface A(Cat)<P> @end // expected-note {{previous definition is here}} category 39 @interface A(Cat)<Q> @end // expected-warning {{duplicate definition of category 'Cat' on interface… category
|
D | property-typecheck-1.m | 8 @interface A (Cat) category 12 @implementation A (Cat) category
|
D | property-category-3.m | 14 @interface I (Cat) <P> category
|
D | related-result-type-inference.m | 78 @implementation NSBlah (Cat) category
|
/external/clang/test/Parser/ |
D | objc-error-qualified-implementation.m | 24 @implementation I (Cat) <P> // expected-error {{@implementation declaration can not be protocol qu… category
|
/external/clang/test/Index/ |
D | properties-class-extensions.m | 5 @interface Foo (Cat) category
|
D | complete-super.m | 29 @interface A (Cat) category
|
D | complete-objc-message.m | 164 @interface A (Cat) category
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 116 Cat = ID->visible_categories_begin(), in HasUserDeclaredSetterMethod() local 222 Cat = OID->visible_categories_begin(), in FindPropertyDeclaration() local 486 Cat = ClassDecl->visible_categories_begin(), in lookupMethod() local 923 Cat = Interface->known_categories_begin(), in CollectOverriddenMethodsRecurse() local 1231 for (visible_categories_iterator Cat = visible_categories_begin(), in FindCategoryDeclaration() local 1244 for (visible_categories_iterator Cat = visible_categories_begin(), in getCategoryInstanceMethod() local 1257 for (visible_categories_iterator Cat = visible_categories_begin(), in getCategoryClassMethod() local 1297 for (visible_categories_iterator Cat = visible_categories_begin(), in ClassImplementsProtocol() local
|
/external/skia/tools/ |
D | svn.py | 29 def Cat(svn_url): function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 93 Cat = ID->getClassInterface()->visible_categories_begin(), in Scan() local
|
/external/clang/tools/libclang/ |
D | IndexDecl.cpp | 198 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl() local
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 311 if (const ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(CurDC)) { in getParentName() local
|
D | SemaDeclObjC.cpp | 130 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(DC)) in CheckObjCMethodOverride() local 1782 Cat = I->visible_categories_begin(), in MatchAllMethodDeclarations() local 2674 if (ObjCCategoryDecl *Cat in ActOnAtEnd() local 3234 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(ClassDecl)) in ActOnMethodDeclaration() local
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1168 const ObjCCategoryDecl *Cat) const { in lookupPropertyAccessor() 2286 inline bool ObjCInterfaceDecl::isVisibleCategory(ObjCCategoryDecl *Cat) { in isVisibleCategory() 2290 inline bool ObjCInterfaceDecl::isVisibleExtension(ObjCCategoryDecl *Cat) { in isVisibleExtension() 2294 inline bool ObjCInterfaceDecl::isKnownExtension(ObjCCategoryDecl *Cat) { in isKnownExtension()
|