LLVM 19.0.0git
DLangDemangle.cpp File Reference

This file defines a demangler for the D programming language as specified in the ABI specification, available at: https://dlang.org/spec/abi.html#name_mangling. More...

#include "llvm/Demangle/Demangle.h"
#include "llvm/Demangle/StringViewExtras.h"
#include "llvm/Demangle/Utility.h"
#include <cctype>
#include <cstring>
#include <limits>
#include <string_view>

Go to the source code of this file.

Detailed Description

This file defines a demangler for the D programming language as specified in the ABI specification, available at: https://dlang.org/spec/abi.html#name_mangling.

Definition in file DLangDemangle.cpp.