Home
last modified time | relevance | path

Searched defs:Cat (Results 1 – 25 of 35) 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
Dmetadata_symbols.m47 @implementation A (Cat) category
Dproperty.m46 @interface A (Cat) category
50 @implementation A (Cat) category
Dmetadata-symbols-32.m70 @implementation A (Cat) category
Dmetadata-symbols-64.m75 @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/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.cpp155 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/
DObjCUnusedIVarsChecker.cpp93 Cat = ID->getClassInterface()->visible_categories_begin(), in Scan() local
/external/clang/tools/libclang/
DIndexDecl.cpp184 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
DSemaObjCProperty.cpp234 } 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
DSemaDeclObjC.cpp130 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
DSemaCodeComplete.cpp3500 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/
DASTReaderDecl.cpp209 static void setNextObjCCategory(ObjCCategoryDecl *Cat, in setNextObjCCategory()
2407 void add(ObjCCategoryDecl *Cat) { in add()
2458 Cat = Interface->known_categories_begin(), in ObjCCategoriesVisitor() local

12