/external/clang/test/CodeGenObjC/ |
D | property-category-impl.m | 11 @interface Foo (Category) <Proto> @end category 13 @implementation Foo (Category) category
|
D | predefined-expr.m | 73 @interface Foo (Category) category 76 @implementation Foo (Category) category
|
D | link-errors.m | 18 @interface A (Category) category
|
D | metadata-symbols-32.m | 81 @implementation J0(Category) @end category
|
/external/clang/test/Rewriter/ |
D | objc-modern-property-attributes.mm | 37 @interface Test (Category) category 41 @implementation Test (Category) category
|
D | metadata-test-1.m | 6 @implementation Intf(Category) category
|
/external/clang/test/SemaObjC/ |
D | no-protocol-option-tests.m | 14 @interface C (Category) <P> @end category 15 @implementation C (Category) @end // no warning with -Wno-protocol category
|
D | property-error-readonly-assign.m | 35 @interface NSWindow (Category) category 39 @implementation NSWindow (Category) category
|
D | category-1.m | 30 @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
|
D | method-undef-extension-warn-1.m | 17 @interface MyClass (Category) category
|
D | ivar-in-class-extension.m | 33 @interface SomeClass (Category) category
|
D | protocol-attribute.m | 29 @interface MyClass1 (Category) <MyProto1, Proto2> // expected-warning {{'MyProto1' is deprecated}} category
|
D | default-synthesize.m | 107 @interface C (Category) category 110 @implementation C (Category) // expected-warning {{property 'p' requires method 'p' to be defined}}… category
|
D | method-lookup-3.m | 17 @interface B (Category) category
|
D | attr-deprecated.m | 95 @interface DEPRECATED (Category) // no warning. category
|
/external/junit/src/org/junit/experimental/categories/ |
D | Category.java | 41 public @interface Category { annotation
|
/external/bison/lib/ |
D | main.c | 28 # define setlocale(Category, Locale) argument
|
D | gettext.h | 56 # define dcgettext(Domainname, Msgid, Category) ((const char *) (Msgid)) argument 61 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \ argument
|
/external/e2fsprogs/intl/ |
D | libgettext.h | 143 # define dcgettext(Domainname, Msgid, Category) \ argument 170 # define dcgettext(Domainname, Msgid, Category) (Msgid) argument
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugType.h | 31 const std::string Category; variable
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
D | RegisterType.java | 91 public static enum Category { enum in RegisterType
|
/external/astl/tests/ |
D | test_iterator.cpp | 71 enum Category {UNKNOWN, INPUT, FORWARD, BIDIRECTIONAL, RANDOM}; enum
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3435 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/ |
D | CXCursor.cpp | 808 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/ |
D | DeclObjC.cpp | 843 for (ObjCCategoryDecl *Category = getCategoryList(); in FindCategoryDeclaration() local 852 for (ObjCCategoryDecl *Category = getCategoryList(); in getCategoryInstanceMethod() local 861 for (ObjCCategoryDecl *Category = getCategoryList(); in getCategoryClassMethod() local
|