/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 | metadata_symbols.m | 47 @implementation A (Cat) category
|
D | property.m | 46 @interface A (Cat) category 50 @implementation A (Cat) category
|
D | metadata-symbols-32.m | 70 @implementation A (Cat) category
|
D | metadata-symbols-64.m | 75 @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/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 | 155 Cat = OID->visible_categories_begin(), in FindPropertyDeclaration() local 405 Cat = ClassDecl->visible_categories_begin(), in lookupMethod() local 832 Cat = Interface->visible_categories_begin(), in CollectOverriddenMethodsRecurse() local 900 Cat = Class->visible_categories_begin(), in collectOnCategoriesAfterLocation() local 1187 for (visible_categories_iterator Cat = visible_categories_begin(), in FindCategoryDeclaration() local 1200 for (visible_categories_iterator Cat = visible_categories_begin(), in getCategoryInstanceMethod() local 1213 for (visible_categories_iterator Cat = visible_categories_begin(), in getCategoryClassMethod() local 1253 for (visible_categories_iterator Cat = visible_categories_begin(), in ClassImplementsProtocol() local
|
/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 | 184 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 | SemaObjCProperty.cpp | 234 } else if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { in ActOnProperty() local 1447 Cat = IDecl->visible_categories_begin(), in isPropertyReadonly() local 2008 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(CD)) in ProcessPropertyDecl() local
|
D | SemaDeclObjC.cpp | 130 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(DC)) in CheckObjCMethodOverride() local 1741 Cat = I->visible_categories_begin(), in MatchAllMethodDeclarations() local 2492 if (ObjCCategoryDecl *Cat in ActOnAtEnd() local 3017 if (ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(ClassDecl)) in ActOnMethodDeclaration() local
|
D | SemaCodeComplete.cpp | 3500 Cat = IFace->known_categories_begin(), in AddObjCProperties() local 4888 Cat = IFace->known_categories_begin(), in AddObjCMethods() local 5167 Cat = Class->known_categories_begin(), in AddSuperSendCompletion() local 5904 Cat = Class->visible_categories_begin(), in CodeCompleteObjCInterfaceCategory() local 5954 Cat = Class->visible_categories_begin(), in CodeCompleteObjCImplementationCategory() local 6139 Cat = IFace->visible_categories_begin(), in FindImplementableMethods() local 7006 Cat = IFace->visible_categories_begin(), in CodeCompleteObjCMethodDecl() local
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 209 static void setNextObjCCategory(ObjCCategoryDecl *Cat, in setNextObjCCategory() 2407 void add(ObjCCategoryDecl *Cat) { in add() 2458 Cat = Interface->known_categories_begin(), in ObjCCategoriesVisitor() local
|