Home
last modified time | relevance | path

Searched refs:MyMethod (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dthunk.ll6 ; 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 any
123 $"\01?MyMethod@C@@W3AE_NXZ" = comdat any
125 $"\01?MyMethod@A@@UAE_NXZ" = comdat any
[all …]
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dobjc-asm-attribute-test.m32 - (id) MyMethod { method
67 // CHECK: define internal i8* @"\01-[Message MyMethod]"
H A Dblock-over-align.m16 - (void) MyMethod
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtypo-correction.cpp374 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
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-asm-attribute-neg-test.m38 - (id) MyMethod __attribute__((objc_runtime_name("MySecretNamespace.Message"))) {