Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dms-property-error.cpp5 __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 Dms-property.cpp22 __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 Dms-property.cpp23 __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 Dms-property.cpp5 int GetX() const;
13 __declspec(property(get=GetX, put=PutX)) int propX;
/llvm-project-15.0.7/clang/docs/
H A DDataFlowAnalysisIntro.md588 x = GetX();