/llvm-project/clang/test/SemaObjC/ |
H A D | property-atomic-redecl.m | 8 @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 D | method-redecls-invalid-interface.m | 13 @property int *property; property
|
H A D | class-property-access.m | 19 @property int property; property
|
H A D | arc-unbridged-cast.m | 10 @property CFStringRef property; property
|
H A D | unused.m | 87 @property int property; property
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 28 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 D | callandmessage_example.c | 32 @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 D | OptionValueProperties.h | 144 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 D | extended_grapheme_cluster.pass.cpp | 32 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 D | LoopAnnotationImporter.cpp | 81 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 D | arc-annotate.m | 2 @property (strong, nonatomic) id property; property
|
/llvm-project/clang/test/FixIt/ |
H A D | fixit-objc-arc.m | 12 @property (copy) NSString *property; property
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | property-type-mismatch.mm | 24 @property (nonatomic,readonly,nonnull) C<D *> *property; property
|
H A D | propert-dot-error.mm | 59 @property int property; property
|
/llvm-project/clang/test/PCH/ |
H A D | objc_exprs.h | 23 @property (assign) id prop; in property() function
|
/llvm-project/lldb/test/API/commands/expression/context-object-objc/ |
H A D | main.m | 7 @property int property; property
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc2-ivar-assign.m | 17 @property id property; property
|
H A D | section-name.m | 9 @property(assign) id property; property
|
H A D | encode-test-6.m | 41 @property (copy) BABugExampleRedefinition *property; property
|
/llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/ModuleOwnership/ |
H A D | A.h | 21 @property (readonly) int number; in property() function
|
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | testfilerunner.h | 76 @property(readonly) __strong char *radar; in property() function
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangASTPropertiesEmitter.cpp | 102 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 D | CIndexUSRs.cpp | 132 CXString clang_constructUSR_ObjCProperty(const char *property, in clang_constructUSR_ObjCProperty()
|
/llvm-project/clang/test/APINotes/Inputs/Frameworks/VersionedKit.framework/Headers/ |
H A D | VersionedKit.h | 31 @property (nonatomic, readwrite, retain) id accessorsOnlyExceptInVersion3; in property() function
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 66 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...] |