/llvm-project/clang/test/SemaObjC/ |
H A D | method-in-class-extension-impl.m | 7 - (id <ViewDelegate>)delegate; method 18 - (id)delegate {return 0; } method
|
H A D | class-conforming-protocol-2.m | 10 - (id <IBStringsTableWindowDelegate>) delegate; // expected-note {{previous definition is here}} method 20 - (id <NSWindowDelegate>)delegate { // expected-warning {{conflicting return type in implementation… method
|
H A D | resolve-method-in-global-pool.m | 45 @property (assign) id <NSKeyedArchiverDelegate> delegate; property 49 @property (assign) id delegate; property
|
H A D | multiple-property-deprecated-decl.m | 8 @property (assign) id <NSFileManagerDelegate> delegate; property
|
H A D | no-gc-weak-test.m | 7 @property(nonatomic,readwrite,assign) id __weak delegate; // expected-error {{unsafe_unret… property
|
H A D | property-inherited.m | 23 @property(nonatomic, assign) id<FooDelegate> delegate; property 28 @property(nonatomic, assign) id<BarDelegate> delegate; property
|
H A D | default-synthesize.m | 145 @property (nonatomic, assign) id <TMSourceManagerDelegate> delegate; property 149 @property (nonatomic, assign) id <TMSourceManagerDelegate> delegate; property
|
H A D | compatible-protocol-qualified-types.m | 48 - (id <NSTextStorageDelegate>)delegate; method
|
H A D | arc-property-decl-attrs.m | 84 @property(nonatomic, weak) id delegate; // Do not warn, nullable is inferred. property 99 @property(nonatomic, weak, nonnull) id delegate; // expected-error {{property attributes 'nonnull' … property
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | void_to_obj.mm | 14 void* delegate; field
|
/llvm-project/clang/tools/clang-fuzzer/corpus_examples/objc/ |
H A D | BasicClass.m | 11 @property(nonatomic, assign) id delegate; property
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | protocol-property-synth.m | 10 @property(assign) id delegate; property
|
H A D | arc-ivar-layout.m | 24 __weak id delegate; field
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | pass-object-size.cpp | 47 namespace delegate { namespace
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessDebugger.cpp | 106 DebugDelegateSP delegate) { in LaunchProcess() argument 173 DebugDelegateSP delegate) { in AttachProcess() argument
|
H A D | NativeProcessWindows.cpp | 48 NativeDelegate &delegate, in NativeProcessWindows() argument 64 NativeDelegate &delegate, in NativeProcessWindows() argument
|
H A D | ProcessWindows.cpp | 189 DebugDelegateSP delegate(new LocalDebugDelegate(shared_from_this())); DoLaunch() local 199 DebugDelegateSP delegate(new LocalDebugDelegate(shared_from_this())); DoAttachToProcessWithID() local
|
/llvm-project/clang/test/ARCMT/ |
H A D | checking.m | 54 -(id)delegate; method 70 -(id)delegate { return self; } method
|
/llvm-project/lldb/source/Core/ |
H A D | IOHandler.cpp | 230 IOHandlerDelegate &delegate) in IOHandlerEditline() argument 247 IOHandlerDelegate &delegate) in IOHandlerEditline() argument
|
H A D | IOHandlerCursesGUI.cpp | 2333 TextFieldDelegate *delegate = in AddTextField() local 2341 FileFieldDelegate *delegate = in AddFileField() local 2350 DirectoryFieldDelegate *delegate = in AddDirectoryField() local 2358 ArchFieldDelegate *delegate = AddArchField() local 2366 IntegerFieldDelegate *delegate = AddIntegerField() local 2373 BooleanFieldDelegate *delegate = new BooleanFieldDelegate(label, content); AddBooleanField() local 2380 LazyBooleanFieldDelegate *delegate = AddLazyBooleanField() local 2388 ChoicesFieldDelegate *delegate = AddChoicesField() local 2395 PlatformPluginFieldDelegate *delegate = AddPlatformPluginField() local 2402 ProcessPluginFieldDelegate *delegate = new ProcessPluginFieldDelegate(); AddProcessPluginField() local 2409 ListFieldDelegate<T> *delegate = AddListField() local 2416 ArgumentsFieldDelegate *delegate = new ArgumentsFieldDelegate(); AddArgumentsField() local 2423 MappingFieldDelegate<K, V> *delegate = AddMappingField() local 2431 EnvironmentVariableNameFieldDelegate *delegate = AddEnvironmentVariableNameField() local 2438 EnvironmentVariableFieldDelegate *delegate = AddEnvironmentVariableField() local 2446 EnvironmentVariableListFieldDelegate *delegate = AddEnvironmentVariableListField() local 4638 TreeItem(TreeItem * parent,TreeDelegate & delegate,bool might_have_children) TreeItem() argument 4670 Resize(size_t n,TreeDelegate & delegate,bool might_have_children) Resize() argument [all...] |
/llvm-project/lldb/source/Expression/ |
H A D | Materializer.cpp | 62 Materializer::PersistentVariableDelegate *delegate) in EntityPersistentVariable() argument 416 PersistentVariableDelegate *delegate, Status &err) { in AddPersistentVariable() argument 914 EntityResultVariable(const CompilerType & type,bool is_program_reference,bool keep_in_memory,Materializer::PersistentVariableDelegate * delegate) EntityResultVariable() argument 1190 AddResultVariable(const CompilerType & type,bool is_program_reference,bool keep_in_memory,PersistentVariableDelegate * delegate,Status & err) AddResultVariable() argument
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteClientBase.cpp | 39 ContinueDelegate &delegate, const UnixSignals &signals, in SendContinuePacketAndWaitForResponse()
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | SparseTensorIterator.h | 161 SparseIterator(IterKind kind,unsigned cursorValsCnt,SmallVectorImpl<Value> & cursorValStorage,const SparseIterator & delegate) SparseIterator() argument
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTrace.cpp | 415 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject() local
|
/llvm-project/lldb/unittests/Process/gdb-remote/ |
H A D | GDBRemoteClientBaseTest.cpp | 62 MockDelegate delegate; member in __anonaaf37e580111::GDBRemoteClientBaseTest
|