We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to get the source location for a Clang.Type.t?
Clang.Type.t
Edit: I should probably clarify. I am interested in source location for the sub-parts of a type declarations. I think it could be attached to the type clang_ext_typeloc. A way to call something like getBeginLoc (https://clang.llvm.org/doxygen/classclang_1_1TypeLoc.html#ac4654646f003457c9af5cf0b69c7477e) seems to be what I need.
clang_ext_typeloc
getBeginLoc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there a way to get the source location for a
Clang.Type.t
?Edit: I should probably clarify. I am interested in source location for the sub-parts of a type declarations. I think it could be attached to the type
clang_ext_typeloc
. A way to call something likegetBeginLoc
(https://clang.llvm.org/doxygen/classclang_1_1TypeLoc.html#ac4654646f003457c9af5cf0b69c7477e) seems to be what I need.The text was updated successfully, but these errors were encountered: