Home
last modified time | relevance | path

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

/external/clang/test/CodeCompletion/
Ddocumentation.m11 @property (class) id classProp; property
16 [Test classProp];
24 // CHECK-CC2: classProp : [#id#]classProp : Class!
/external/clang/test/SemaObjC/
Dobjc-class-property.m52 @property(class, readonly) int classProp; // expected-note {{property declared here}} property
55 @implementation MyClass // expected-warning {{class property 'classProp' requires method 'classProp
56 - (int)classProp { // Oops, mistakenly made this an instance method. method
/external/clang/test/Index/
Dprint-type.m7 @property (class) int classProp; property
19 // CHECK: ObjCPropertyDecl=classProp:7:23 [class,] [type=int] [typekind=Int] [isPOD=1]
/external/clang/lib/AST/
DDeclObjC.cpp176 ObjCPropertyDecl *classProp = nullptr; in findPropertyDecl() local
191 classProp = PD; in findPropertyDecl()
196 return classProp; in findPropertyDecl()