/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 | 72 @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-ownership-attr.m | 16 @interface Foo (Cat) <P> 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 cannot be protocol qua… 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 | 115 for (const auto *Cat : ID->visible_categories()) { in HasUserDeclaredSetterMethod() local 210 for (const auto *Cat : OID->visible_categories()) { in FindPropertyDeclaration() local 570 for (const auto *Cat : ClassDecl->visible_categories()) { in lookupMethod() local 1008 for (const auto *Cat : Interface->known_categories()) in CollectOverriddenMethodsRecurse() local 1322 for (auto *Cat : visible_categories()) in FindCategoryDeclaration() local 1331 for (const auto *Cat : visible_categories()) { in getCategoryInstanceMethod() local 1341 for (const auto *Cat : visible_categories()) { in getCategoryClassMethod() local 1377 for (const auto *Cat : visible_categories()) { in ClassImplementsProtocol() local
|
/external/chromium_org/third_party/skia/tools/ |
D | svn.py | 29 def Cat(svn_url): function
|
/external/skia/tools/ |
D | svn.py | 29 def Cat(svn_url): function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 90 for (const auto *Cat : ID->getClassInterface()->visible_categories()) { in Scan() local
|
/external/clang/tools/libclang/ |
D | IndexDecl.cpp | 188 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl() local
|
/external/clang/lib/Sema/ |
D | CodeCompleteConsumer.cpp | 310 if (const ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(CurDC)) { in getParentName() local
|