Home
last modified time | relevance | path

Searched defs:I1 (Results 1 – 25 of 172) sorted by relevance

1234567

/llvm-project/clang/test/Index/
H A Dcomplete-categories.m4 @interface I1 @end interface
8 @interface I1(Cat1) @end interface in Cat1
9 @interface I1(Cat2) @end interface in Cat2
10 @interface I1(Cat3) @end interface in Cat3
18 @implementation I1(Cat2) @end implementation in Cat2
19 @implementation I1(Cat3) @end implementation in Cat3
/llvm-project/clang/test/ASTMerge/category/Inputs/
H A Dcategory1.m1 @interface I1 interface
5 @interface I1 (Cat1) interface in Cat1
10 @interface I1 () interface in int
15 @interface I1 (Cat2) interface in Cat2
H A Dcategory2.m3 @interface I1 interface
7 @interface I1 (Cat1) interface in Cat1
12 @interface I1 () interface in Int
17 @interface I1 (Cat2) interface in Cat2
/llvm-project/clang/test/CodeGenObjC/
H A Ddebug-info-class-extension.m6 @interface I1 interface
9 @implementation I1 { implementation
H A Ddebug-info-property.m7 @interface I1 { interface
13 @implementation I1 implementation
H A Ddebug-info-property4.m11 @interface I1 interface
15 @implementation I1 implementation
H A D2009-01-21-invalid-debug-info.m10 @interface I1 @end interface
12 @implementation I1 implementation
H A Ddebug-info-property3.m3 @interface I1 interface
10 @implementation I1 implementation
H A Ddebug-info-property-class-instance-same-name.m5 @interface I1 interface
14 @implementation I1 implementation
H A Dclass-type.m13 @interface I1 { interface
18 @implementation I1 implementation
H A Dauto-property-synthesize-protocol.m21 @interface I1<P1> interface
25 @implementation I1 // expected-warning {{auto property synthesis will not synthesize property decla… implementation
H A Dubsan-bool.m34 @interface I1 { interface
40 @implementation I1 implementation
H A Dsynthesize_ivar.m34 @interface I1 { interface
39 @implementation I1 implementation
H A Ddebug-info-crash.m17 @interface I1 @end interface
18 @implementation I1 implementation
/llvm-project/clang/test/CodeCompletion/
H A Dnamespace.cpp5 namespace I1 { } namespace
8 namespace I1 { } namespace
H A Dnamespace-alias.cpp8 namespace I1 { } namespace
11 namespace I1 { } namespace
H A Dusing-namespace.cpp8 namespace I1 { } namespace
11 namespace I1 { } namespace
H A Dusing.cpp8 namespace I1 { } namespace
11 namespace I1 { } namespace
/llvm-project/clang/test/SemaObjC/
H A Dsynthesized-ivar.m17 @interface I1 { interface
23 @interface I1() { interface in int
29 @implementation I1 implementation
H A Dno-ivar-access-control.m35 @interface I1 { interface
41 @interface I1() { interface in int
47 @implementation I1 implementation
/llvm-project/clang/test/Parser/
H A Dobjc-synthesized-recover.m3 @interface I1 interface
12 @implementation I1 implementation
H A Dobjc-implementation-attrs.m3 @interface I1 @end interface
7 @implementation I1 @end implementation
11 @implementation I1 (MyCat) @end implementation in MyCat
/llvm-project/clang/test/Rewriter/
H A Drewrite-elaborated-type.mm33 @interface I1 @end interface
35 @implementation I1 implementation
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dswitch-missing-default-case.cpp8 int I1 = 0; in positive() local
44 int I1 = 0; in negative() local
/llvm-project/clang/test/Index/Core/
H A Dexternal-source-symbol-attr.m15 @interface I1 interface
43 @interface I1(cat) interface in cat
50 @interface I1(cat2) interface in cat2

1234567