Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dms-property.cpp26 int GetY(int i, int j) { return i+j; } in GetY() function in S
40 T GetY(T i, T j) { return i+j; } in GetY() function in St
H A Dms-property-new.cpp13 int GetY(int i, int j) { return i+j; } in GetY() function
H A Dms-property-error.cpp9 int GetY(int i, int j) { return i+j; } // expected-note {{'GetY' declared here}} in GetY() function in S
/llvm-project/clang/test/CodeGenCXX/
H A Dms-property.cpp27 int GetY(int i, int j) { return i+j; } in GetY() function in S
42 char GetY(char i, Test1 j) { return i+j.get_x(); } in GetY() function in St
H A Dms-property-new.cpp13 int GetY(int i, int j) { return i+j; } in GetY() function