Searched refs:MyMethod (Results 1 – 5 of 5) sorted by relevance
6 ; class A { public: virtual bool MyMethod() { return true; } }; 10 ; virtual bool MyMethod() { return true; } 18 ; a->MyMethod();19 ; b->MyMethod();20 ; c->MyMethod();21 ; bool (A::*mp)() = &A::MyMethod;46 ; CHECK-NEXT: Name: {{.*MyMethod.*C.*}}121 $"\01?MyMethod@C@@UAE_NXZ" = comdat any123 $"\01?MyMethod@C@@W3AE_NXZ" = comdat any125 $"\01?MyMethod@A@@UAE_NXZ" = comdat any[all …]
32 - (id) MyMethod { method67 // CHECK: define internal i8* @"\01-[Message MyMethod]"
16 - (void) MyMethod
374 Inner MyMethod(Inner arg);377 Inner Outer::MyMethod(Inner arg) { // expected-error {{unknown type name 'Inner'; did you mean 'Ou… in MyMethod() function in class_member_typo_corrections::Outer
38 - (id) MyMethod __attribute__((objc_runtime_name("MySecretNamespace.Message"))) {