Searched refs:GetX (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | ms-property-error.cpp | 5 __declspec(property(get=GetX,put=PutX)) int x[]; 6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S 14 __declspec(property(get=GetX,put=PutX)) T x[]; 15 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
|
| H A D | ms-property.cpp | 22 __declspec(property(get=GetX,put=PutX)) int x[]; 23 int GetX(int i, int j) { return i+j; } in GetX() function in S 30 __declspec(property(get=GetX,put=PutX)) T x[]; 31 T GetX(T i, T j) { return i+j; } in GetX() function in St
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | ms-property.cpp | 23 __declspec(property(get=GetX,put=PutX)) int x[]; 24 int GetX(int i, int j) { return i+j; } in GetX() function in S 31 __declspec(property(get=GetX,put=PutX)) T x[]; 32 T GetX(T i, T j) { return i+j; } in GetX() function in St 33 T GetX() { return 0; } in GetX() function in St
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | ms-property.cpp | 5 int GetX() const; 13 __declspec(property(get=GetX, put=PutX)) int propX;
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | DataFlowAnalysisIntro.md | 588 x = GetX();
|