Home
last modified time | relevance | path

Searched defs:delegate (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project/clang/test/SemaObjC/
H A Dmethod-in-class-extension-impl.m7 - (id <ViewDelegate>)delegate; method
18 - (id)delegate {return 0; } method
H A Dclass-conforming-protocol-2.m10 - (id <IBStringsTableWindowDelegate>) delegate; // expected-note {{previous definition is here}} method
20 - (id <NSWindowDelegate>)delegate { // expected-warning {{conflicting return type in implementation… method
H A Dresolve-method-in-global-pool.m45 @property (assign) id <NSKeyedArchiverDelegate> delegate; property
49 @property (assign) id delegate; property
H A Dmultiple-property-deprecated-decl.m8 @property (assign) id <NSFileManagerDelegate> delegate; property
H A Dno-gc-weak-test.m7 @property(nonatomic,readwrite,assign) id __weak delegate; // expected-error {{unsafe_unret… property
H A Dproperty-inherited.m23 @property(nonatomic, assign) id<FooDelegate> delegate; property
28 @property(nonatomic, assign) id<BarDelegate> delegate; property
H A Ddefault-synthesize.m145 @property (nonatomic, assign) id <TMSourceManagerDelegate> delegate; property
149 @property (nonatomic, assign) id <TMSourceManagerDelegate> delegate; property
H A Dcompatible-protocol-qualified-types.m48 - (id <NSTextStorageDelegate>)delegate; method
H A Darc-property-decl-attrs.m84 @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 Dvoid_to_obj.mm14 void* delegate; field
/llvm-project/clang/tools/clang-fuzzer/corpus_examples/objc/
H A DBasicClass.m11 @property(nonatomic, assign) id delegate; property
/llvm-project/clang/test/CodeGenObjC/
H A Dprotocol-property-synth.m10 @property(assign) id delegate; property
H A Darc-ivar-layout.m24 __weak id delegate; field
/llvm-project/clang/test/CodeGenCXX/
H A Dpass-object-size.cpp47 namespace delegate { namespace
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp106 DebugDelegateSP delegate) { in LaunchProcess() argument
173 DebugDelegateSP delegate) { in AttachProcess() argument
H A DNativeProcessWindows.cpp48 NativeDelegate &delegate, in NativeProcessWindows() argument
64 NativeDelegate &delegate, in NativeProcessWindows() argument
H A DProcessWindows.cpp189 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 Dchecking.m54 -(id)delegate; method
70 -(id)delegate { return self; } method
/llvm-project/lldb/source/Core/
H A DIOHandler.cpp230 IOHandlerDelegate &delegate) in IOHandlerEditline() argument
247 IOHandlerDelegate &delegate) in IOHandlerEditline() argument
H A DIOHandlerCursesGUI.cpp2333 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 DMaterializer.cpp62 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 DGDBRemoteClientBase.cpp39 ContinueDelegate &delegate, const UnixSignals &signals, in SendContinuePacketAndWaitForResponse()
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.h161 SparseIterator(IterKind kind,unsigned cursorValsCnt,SmallVectorImpl<Value> & cursorValStorage,const SparseIterator & delegate) SparseIterator() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.cpp415 if (Expected<CommandObjectSP> delegate = DoGetProxyCommandObject()) { in GetProxyCommandObject() local
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteClientBaseTest.cpp62 MockDelegate delegate; member in __anonaaf37e580111::GDBRemoteClientBaseTest

12