Home
last modified time | relevance | path

Searched defs:Cat (Results 1 – 25 of 38) sorted by relevance

12

/external/clang/test/Rewriter/
Dobjc-modern-class-init-hooks.mm17 @interface Root(Cat) @end category
19 @interface Sub(Cat) @end category
21 @implementation Root(Cat) @end category
23 @implementation Sub(Cat) @end category
Dobjc-modern-class-init.mm17 @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/
Dnon-lazy-classes.m11 @interface A (Cat) @end category
12 @implementation A (Cat) category
23 @interface B (Cat) @end category
24 @implementation B (Cat) category
Did-isa-codegen.m54 @interface Cat {} interface
58 +(void)geneticallyAlterCat:(Cat *)cat;
62 + (void)geneticallyAlterCat:(Cat *)cat {
Dobjc-align.m36 @implementation A (Cat) category
Dproperty.m46 @interface A (Cat) category
50 @implementation A (Cat) category
Dmetadata_symbols.m53 @implementation A (Cat) category
Dmetadata-symbols-32.m70 @implementation A (Cat) category
Dmetadata-symbols-64.m76 @implementation A (Cat) category
/external/clang/test/SemaObjC/
Dcategory-method-lookup-2.m10 @interface Bar (Cat) category
14 @implementation Bar (Cat) category
Dcheck-dup-objc-decls-1.m38 @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
Dproperty-typecheck-1.m8 @interface A (Cat) category
12 @implementation A (Cat) category
Dproperty-category-3.m14 @interface I (Cat) <P> category
Drelated-result-type-inference.m78 @implementation NSBlah (Cat) category
/external/clang/test/Parser/
Dobjc-error-qualified-implementation.m24 @implementation I (Cat) <P> // expected-error {{@implementation declaration can not be protocol qu… category
/external/clang/test/Index/
Dproperties-class-extensions.m5 @interface Foo (Cat) category
Dcomplete-super.m29 @interface A (Cat) category
Dcomplete-objc-message.m164 @interface A (Cat) category
/external/clang/lib/AST/
DDeclObjC.cpp116 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/
Dsvn.py29 def Cat(svn_url): function
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp93 Cat = ID->getClassInterface()->visible_categories_begin(), in Scan() local
/external/clang/tools/libclang/
DIndexDecl.cpp198 const ObjCCategoryDecl *Cat = D->getCategoryDecl(); in VisitObjCCategoryImplDecl() local
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp311 if (const ObjCCategoryDecl *Cat = dyn_cast<ObjCCategoryDecl>(CurDC)) { in getParentName() local
DSemaDeclObjC.cpp130 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/
DDeclObjC.h1168 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()

12