mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 23:16:05 +00:00

This parses a mangled name into an AST (typically an intermediate stage in itaniumDemangle) and provides some functions to query certain properties or print certain parts of the demangled name. Differential revision: https://reviews.llvm.org/D44668 llvm-svn: 329951