Lines Matching refs:AST
10 ++c; // should still show up in AST
14 flag ? ++c : ++c; // both should still show up in AST
20 ++c; // should still show up in AST
23 ++c; // should still show up in AST
29 ++c; // should still show up in AST
34 ++c; // should still show up in AST
37 ++c; // should still show up in AST
43 ++c; // should still show up in AST
46 int foo() // not called, but should still show up in AST
50 ++c; // should still show up in AST
55 ++c; // should still show up in AST