Can I find #define with clang-query?

47 Views Asked by At

I know that #defines are processed by the preprocessor and not the compiler that creates the AST. But anyways, the LLVM/clang toolchain could somehow retain that information internally.

Can I query for #define with clang-query? If so, how?

0

There are 0 best solutions below