Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/clang/test/SemaObjC/
H A Dproperty-atomic-redecl.m8 @property (readonly) A *property; property
16 @property (readonly) A *property; property
21 @property (readonly) A *property; property
25 @property (nonatomic, readwrite, retain) A *property; property
29 @property (readonly, nonatomic) A *property; property
38 @property (readonly,atomic) A *property; // expected-note{{property declared here}} property
46 @property (readonly) A *property; property
51 @property (readonly, atomic) A *property; // expected-note{{property declared here}} property
55 @property (nonatomic, readwrite, retain) A *property; // expected-warning{{atomic' attribute on pro… property
H A Dmethod-redecls-invalid-interface.m13 @property int *property; property
H A Dclass-property-access.m19 @property int property; property
H A Darc-unbridged-cast.m10 @property CFStringRef property; property
H A Dunused.m87 @property int property; property
/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp28 Property property(definition); in Initialize() local
38 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback() local
46 Property property(name, desc, is_global, value_sp); in AppendProperty() local
185 const Property *property = GetPropertyAtIndex(idx, exe_ctx); GetPropertyAtIndexAsArgs() local
216 const Property *property = GetPropertyAtIndex(idx, exe_ctx); SetPropertyAtIndexFromArgs() local
242 const Property *property = GetPropertyAtIndex(idx, exe_ctx); GetPropertyAtIndexAsOptionValueDictionary() local
251 const Property *property = GetPropertyAtIndex(idx, exe_ctx); GetPropertyAtIndexAsOptionValueFileSpec() local
262 const Property *property = GetPropertyAtIndex(idx, exe_ctx); GetPropertyAtIndexAsOptionValueSInt64() local
273 const Property *property = GetPropertyAtIndex(idx, exe_ctx); GetPropertyAtIndexAsOptionValueUInt64() local
325 const Property *property = GetPropertyAtIndex(i, exe_ctx); DumpValue() local
342 const Property *property = GetPropertyAtIndex(i, exe_ctx); ToJSON() local
394 for (auto &property : props_value_ptr->m_properties) { DeepCopy() local
411 const Property *property = nullptr; GetPropertyAtPath() local
440 const Property *property = ProtectedGetPropertyAtIndex(i); DumpAllDescriptions() local
445 const Property *property = ProtectedGetPropertyAtIndex(i); DumpAllDescriptions() local
457 const Property *property = ProtectedGetPropertyAtIndex(i); Apropos() local
[all...]
/llvm-project/clang/docs/analyzer/checkers/
H A Dcallandmessage_example.c32 @property (readwrite,assign) id x; in property() function
44 @property (readwrite,assign) id x; in property() function
59 @property (readwrite,assign) id x; in property() function
/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h144 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) { variable
157 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) { variable
/llvm-project/libcxx/test/libcxx/utilities/format/format.string/format.string.std/
H A Dextended_grapheme_cluster.pass.cpp32 count_entries(cluster::__property property) count_entries() argument
58 count_entries(inCB::__property property) count_entries() argument
/llvm-project/mlir/lib/Target/LLVMIR/
H A DLoopAnnotationImporter.cpp81 auto *property = dyn_cast<llvm::MDNode>(operand); in initConversionState() local
108 const llvm::MDNode *property = it->getValue(); in lookupAndEraseProperty() local
114 const llvm::MDNode *property = lookupAndEraseProperty(name); in lookupUnitNode() local
147 const llvm::MDNode *property = lookupAndEraseProperty(name); in lookupBoolNode() local
168 const llvm::MDNode *property = lookupAndEraseProperty(name); in lookupIntNodeAsBoolAttr() local
188 const llvm::MDNode *property = lookupAndEraseProperty(name); in lookupIntNode() local
210 const llvm::MDNode *property = lookupAndEraseProperty(name); in lookupMDNode() local
231 const llvm::MDNode *property = lookupAndEraseProperty(name); in lookupMDNodes() local
/llvm-project/clang/test/Index/
H A Darc-annotate.m2 @property (strong, nonatomic) id property; property
/llvm-project/clang/test/FixIt/
H A Dfixit-objc-arc.m12 @property (copy) NSString *property; property
/llvm-project/clang/test/SemaObjCXX/
H A Dproperty-type-mismatch.mm24 @property (nonatomic,readonly,nonnull) C<D *> *property; property
H A Dpropert-dot-error.mm59 @property int property; property
/llvm-project/clang/test/PCH/
H A Dobjc_exprs.h23 @property (assign) id prop; in property() function
/llvm-project/lldb/test/API/commands/expression/context-object-objc/
H A Dmain.m7 @property int property; property
/llvm-project/clang/test/CodeGenObjC/
H A Dobjc2-ivar-assign.m17 @property id property; property
H A Dsection-name.m9 @property(assign) id property; property
H A Dencode-test-6.m41 @property (copy) BABugExampleRedefinition *property; property
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/
H A DA.h21 @property (readonly) int number; in property() function
/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h76 @property(readonly) __strong char *radar; in property() function
/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp102 HasProperties node = property.getClass(); in ASTPropsEmitter() local
305 for (Property property : nodeInfo.Properties) { validateNode() local
507 emitReadOfProperty(StringRef readerName,Property property) emitReadOfProperty() argument
562 emitWriteOfProperty(StringRef writerName,Property property) emitWriteOfProperty() argument
[all...]
/llvm-project/clang/tools/libclang/
H A DCIndexUSRs.cpp132 CXString clang_constructUSR_ObjCProperty(const char *property, in clang_constructUSR_ObjCProperty()
/llvm-project/clang/test/APINotes/Inputs/Frameworks/VersionedKit.framework/Headers/
H A DVersionedKit.h31 @property (nonatomic, readwrite, retain) id accessorsOnlyExceptInVersion3; in property() function
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp66 checkPropertyDeclWithOwnership(Sema & S,ObjCPropertyDecl * property) checkPropertyDeclWithOwnership() argument
707 checkARCPropertyImpl(Sema & S,SourceLocation propertyImplLoc,ObjCPropertyDecl * property,ObjCIvarDecl * ivar) checkARCPropertyImpl() argument
786 setImpliedPropertyAttributeForReadOnlyProperty(ObjCPropertyDecl * property,ObjCIvarDecl * ivar) setImpliedPropertyAttributeForReadOnlyProperty() argument
1079 ObjCPropertyDecl *property = nullptr; ActOnPropertyImplDecl() local
1687 DiagnosePropertyAccessorMismatch(ObjCPropertyDecl * property,ObjCMethodDecl * GetterMethod,SourceLocation Loc) DiagnosePropertyAccessorMismatch() argument
2121 const auto *property = propertyImpl->getPropertyDecl(); diagnoseNullResettableSynthesizedSetters() local
2356 ProcessPropertyDecl(ObjCPropertyDecl * property) ProcessPropertyDecl() argument
[all...]

12