Home
last modified time | relevance | path

Searched defs:readonly (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dduplicate-property-class-extension.m20 @property (readonly) char foo; // expected-error {{property has a previous declaration}} category
H A Dproperty-in-class-extension.m6 @property (readonly) int bar; category
H A Dproperty-9-impl-method.m52 @property(readonly) OrganizerTabHeader *tabHeaderView; category
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/
H A DA.h21 @property (readonly) int number; in property() argument
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h76 @property(readonly) __strong char *radar; in property() argument
/llvm-project/clang/test/ParserOpenACC/
H A Dparse-cache-construct.c11 int *readonly; in func() local
/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1269 readonly, ///< May only access map via const_data as read only. global() enumerator
/llvm-project/clang/test/Analysis/
H A Dproperties.m1007 @property(readonly) int in_category; category