Home
last modified time | relevance | path

Searched refs:SomeCategory (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/SemaObjC/
Dcategory-direct-properties.m78 @interface Inteface_Category (SomeCategory) category
99 @interface Extension_Category (SomeCategory) category
113 @interface Implementation_Category (SomeCategory) category
139 @interface Category_Category (SomeCategory) category
160 @interface Category_CategoryImplementation (SomeCategory) category
167 @implementation Category_CategoryImplementation (SomeCategory) category
193 @interface Interface_CategoryImplementation (SomeCategory) category
196 @implementation Interface_CategoryImplementation (SomeCategory) category
225 @interface Extension_CategoryImplementation (SomeCategory) category
228 @implementation Extension_CategoryImplementation (SomeCategory) category
[all …]
Dwarn-deprecated-implementations.m42 @implementation CL (SomeCategory) // expected-warning {{implementing deprecated category}} category
/external/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m38 @implementation CL ( SomeCategory ) // expected-warning {{'CL' is deprecated}} \ category
/external/clang/test/Analysis/
Dobjc-for.m30 @interface NSDictionary (SomeCategory) category
/external/llvm-project/clang/test/Analysis/
Dobjc-for.m33 @interface NSDictionary (SomeCategory) category
/external/llvm-project/flang/include/flang/Evaluate/
Dtype.h393 using SomeCategory = std::tuple<SomeInteger, SomeReal, SomeComplex, variable
Dexpression.h760 using CategoryExpression = common::MapTemplate<Expr, SomeCategory>;