Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dobjc-class-property.m61 @property(class, readonly) int classProp; // expected-note {{property declared here}} property
65 - (int)classProp { // Oops, mistakenly made this an instance method. method
/llvm-project/clang/test/CodeCompletion/
H A Ddocumentation.m11 @property (class) id classProp; property
/llvm-project/clang/test/Index/
H A Dprint-type.m7 @property (class) int classProp; property
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp201 ObjCPropertyDecl *classProp = nullptr; findPropertyDecl() local