Home | History | Annotate | Download | only in Index

Lines Matching full:operator

8   X operator++();
9 X operator++(int);
17 struct S2 { S1 *operator->(); };
37 // CHECK: Punctuation: "=" [3:7 - 3:8] CallExpr=operator=:1:8
52 // CHECK: Keyword: "operator" [8:5 - 8:13] CXXMethod=operator++:8:5
53 // CHECK: Punctuation: "++" [8:13 - 8:15] CXXMethod=operator++:8:5
54 // CHECK: Punctuation: "(" [8:15 - 8:16] CXXMethod=operator++:8:5
55 // CHECK: Punctuation: ")" [8:16 - 8:17] CXXMethod=operator++:8:5
58 // CHECK: Keyword: "operator" [9:5 - 9:13] CXXMethod=operator++:9:5
59 // CHECK: Punctuation: "++" [9:13 - 9:15] CXXMethod=operator++:9:5
60 // CHECK: Punctuation: "(" [9:15 - 9:16] CXXMethod=operator++:9:5
73 // CHECK: Punctuation: "++" [12:3 - 12:5] CallExpr=operator++:8:5
81 // CHECK: Punctuation: "++" [13:6 - 13:8] CallExpr=operator++:9:5
98 // CHECK: Punctuation: "*" [17:16 - 17:17] CXXMethod=operator->:17:17
99 // CHECK: Keyword: "operator" [17:17 - 17:25] CXXMethod=operator->:17:17
100 // CHECK: Punctuation: "->" [17:25 - 17:27] CXXMethod=operator->:17:17
101 // CHECK: Punctuation: "(" [17:27 - 17:28] CXXMethod=operator->:17:17
102 // CHECK: Punctuation: ")" [17:28 - 17:29] CXXMethod=operator->:17:17