I use the command clang++ -Xclang -ast-dump -fsycl -fsycl-device-only vector_add.cpp to dump dpc++ AST. And I get a more than 100'000 lines output.
It seems difficult to process this AST, so is there any solution to capture effective sycl AST information?