Home
last modified time | relevance | path

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

12

/external/clang/test/CodeGenObjC/
Dproperty-category-impl.m11 @interface Foo (Category) <Proto> @end category
13 @implementation Foo (Category) category
Dpredefined-expr.m73 @interface Foo (Category) category
76 @implementation Foo (Category) category
Dlink-errors.m18 @interface A (Category) category
Dmetadata-symbols-32.m81 @implementation J0(Category) @end category
/external/clang/test/Rewriter/
Dobjc-modern-property-attributes.mm37 @interface Test (Category) category
41 @implementation Test (Category) category
Dmetadata-test-1.m6 @implementation Intf(Category) category
/external/clang/test/SemaObjC/
Dno-protocol-option-tests.m14 @interface C (Category) <P> @end category
15 @implementation C (Category) @end // no warning with -Wno-protocol category
Dproperty-error-readonly-assign.m35 @interface NSWindow (Category) category
39 @implementation NSWindow (Category) category
Dcategory-1.m30 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition… category
32 @interface UnknownClass (Category) @end // expected-error {{cannot find interface declaration for … category
36 @interface MyClass2 (Category) @end // expected-error {{cannot define category for undefined clas… category
Dmethod-undef-extension-warn-1.m17 @interface MyClass (Category) category
Divar-in-class-extension.m33 @interface SomeClass (Category) category
Dprotocol-attribute.m29 @interface MyClass1 (Category) <MyProto1, Proto2> // expected-warning {{'MyProto1' is deprecated}} category
Ddefault-synthesize.m107 @interface C (Category) category
110 @implementation C (Category) // expected-warning {{property 'p' requires method 'p' to be defined}}… category
Dmethod-lookup-3.m17 @interface B (Category) category
Dattr-deprecated.m95 @interface DEPRECATED (Category) // no warning. category
/external/junit/src/org/junit/experimental/categories/
DCategory.java41 public @interface Category { annotation
/external/bison/lib/
Dmain.c28 # define setlocale(Category, Locale) argument
Dgettext.h56 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) argument
61 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ argument
/external/e2fsprogs/intl/
Dlibgettext.h143 # define dcgettext(Domainname, Msgid, Category) \ argument
170 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h31 const std::string Category; variable
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
DRegisterType.java91 public static enum Category { enum in RegisterType
/external/astl/tests/
Dtest_iterator.cpp71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM}; enum
/external/clang/lib/Sema/
DSemaCodeComplete.cpp3435 for (ObjCCategoryDecl *Category = IFace->getCategoryList(); in AddObjCProperties() local
3453 } else if (const ObjCCategoryDecl *Category in AddObjCProperties() local
4849 if (ObjCCategoryDecl *Category in CodeCompleteObjCPropertyGetter() local
4877 if (ObjCCategoryDecl *Category in CodeCompleteObjCPropertySetter() local
5078 for (ObjCCategoryDecl *Category = Class->getCategoryList(); Category; in AddSuperSendCompletion() local
5810 for (ObjCCategoryDecl *Category = Class->getCategoryList(); Category; in CodeCompleteObjCInterfaceCategory() local
5820 if (ObjCCategoryDecl *Category = dyn_cast<ObjCCategoryDecl>(*D)) in CodeCompleteObjCInterfaceCategory() local
5855 for (ObjCCategoryDecl *Category = Class->getCategoryList(); Category; in CodeCompleteObjCImplementationCategory() local
6048 if (ObjCCategoryDecl *Category = dyn_cast<ObjCCategoryDecl>(Container)) { in FindImplementableMethods() local
6896 if (ObjCCategoryDecl *Category = dyn_cast<ObjCCategoryDecl>(SearchDecl)) in CodeCompleteObjCMethodDecl() local
[all …]
/external/clang/tools/libclang/
DCXCursor.cpp808 if (ObjCCategoryDecl *Category = dyn_cast<ObjCCategoryDecl>(Container)) { in CollectOverriddenMethodsRecurse() local
852 for (ObjCCategoryDecl *Category = Interface->getCategoryList(); in CollectOverriddenMethodsRecurse() local
920 for (ObjCCategoryDecl *Category = Class->getCategoryList(); in collectOnCategoriesAfterLocation() local
/external/clang/lib/AST/
DDeclObjC.cpp843 for (ObjCCategoryDecl *Category = getCategoryList(); in FindCategoryDeclaration() local
852 for (ObjCCategoryDecl *Category = getCategoryList(); in getCategoryInstanceMethod() local
861 for (ObjCCategoryDecl *Category = getCategoryList(); in getCategoryClassMethod() local

12