Searched refs:fun_with_macro_bodies (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Index/
H A Dannotate-tokens-pp.c21 #define fun_with_macro_bodies(x, y) do { if (x) y } while (0) macro
25 fun_with_macro_bodies(x, { int z = x; ++z; });
162 // CHECK: Identifier: "fun_with_macro_bodies" [21:9 - 21:30] macro definition=fun_with_macro_bodies
163 // CHECK: Punctuation: "(" [21:30 - 21:31] macro definition=fun_with_macro_bodies
164 // CHECK: Identifier: "x" [21:31 - 21:32] macro definition=fun_with_macro_bodies
165 // CHECK: Punctuation: "," [21:32 - 21:33] macro definition=fun_with_macro_bodies
166 // CHECK: Identifier: "y" [21:34 - 21:35] macro definition=fun_with_macro_bodies
167 // CHECK: Punctuation: ")" [21:35 - 21:36] macro definition=fun_with_macro_bodies
168 // CHECK: Keyword: "do" [21:37 - 21:39] macro definition=fun_with_macro_bodies
[all...]

Completed in 186 milliseconds