|
LLVM 22.0.0git
|
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.
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.