Home
last modified time | relevance | path

Searched defs:GetX (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dms-property-error.cpp6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S
18 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
H A Dms-property.cpp23 int GetX(int i, int j) { return i+j; } in GetX() function in S
37 T GetX(T i, T j) { return i+j; } in GetX() function in St
H A Dms-property-new.cpp10 int GetX() { return 42; } in GetX() function
/llvm-project/clang/test/CodeGenCXX/
H A Dms-property.cpp24 int GetX(int i, int j) { return i+j; } in GetX() function in S
38 T GetX(T i, T j) { return i+j; } in GetX() function in St
39 T GetX() { return 0; } in GetX() function in St
H A Dms-property-new.cpp10 int GetX() { return 42; } in GetX() function