Home
last modified time | relevance | path

Searched refs:classProp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Ddocumentation.m11 @property (class) id classProp; property
16 [Test classProp];
24 // CHECK-CC2: classProp : [#id#]classProp : Class!
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-class-property.m61 @property(class, readonly) int classProp; // expected-note {{property declared here}} property
64 @implementation MyClass // expected-warning {{class property 'classProp' requires method 'classProp
65 - (int)classProp { // Oops, mistakenly made this an instance method. method
/llvm-project-15.0.7/clang/test/Index/
H A Dprint-type.m7 @property (class) int classProp; property
23 // CHECK: ObjCPropertyDecl=classProp:7:23 [class,] [type=int] [typekind=Int] [isPOD=1]
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp200 ObjCPropertyDecl *classProp = nullptr; in findPropertyDecl() local
215 classProp = PD; in findPropertyDecl()
220 return classProp; in findPropertyDecl()