Home
last modified time | relevance | path

Searched defs:sharedInstance (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/tools/clang-fuzzer/corpus_examples/objc/
DSharedInstance.m8 + (instancetype)sharedInstance; class
13 static BaseClass *sharedInstance = (void *)0; function
17 + (instancetype)sharedInstance { class
/external/clang/test/SemaObjC/
Dmethod-lookup-2.m20 @interface NSMachBootstrapServer:NSPortNameServer + (id) sharedInstance; @end class
39 +(SenTestTool *) sharedInstance { return 0; } class
Dattr-deprecated.m169 + (DeprecatedClassB *)sharedInstance; // no-warning class
180 {
/external/llvm-project/clang/test/SemaObjC/
Dmethod-lookup-2.m20 @interface NSMachBootstrapServer:NSPortNameServer + (id) sharedInstance; @end class
39 +(SenTestTool *) sharedInstance { return 0; } class
Dattr-deprecated.m183 + (DeprecatedClassB *)sharedInstance; // no-warning class
194 {
/external/clang/test/Analysis/
DNSString.m234 + (C1*) sharedInstance; class
242 + (C1 *)sharedInstance { class
252 + (id)sharedInstance; class
269 + (id)sharedInstance { class
/external/llvm-project/clang/test/Analysis/
DNSString.m234 + (C1*) sharedInstance; class
242 + (C1 *)sharedInstance { class
252 + (id)sharedInstance; class
269 + (id)sharedInstance { class
/external/google-breakpad/src/client/ios/
DBreakpadController.mm95 + (BreakpadController*)sharedInstance { class
/external/webrtc/sdk/objc/components/audio/
DRTCAudioSession.mm55 + (instancetype)sharedInstance { class in RTCAudioSession