Home
last modified time | relevance | path

Searched defs:SomeCategory (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A 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 …]
H A Dwarn-deprecated-implementations.m40 @implementation CL (SomeCategory) // expected-warning {{implementing deprecated category}} category
/llvm-project/clang/test/Analysis/
H A Dobjc-for.m33 @interface NSDictionary (SomeCategory) category
/llvm-project/flang/include/flang/Evaluate/
H A Dtype.h452 using SomeCategory = std::tuple<SomeInteger, SomeReal, SomeComplex, global() variable