Home
last modified time | relevance | path

Searched refs:InType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp113 demanglePath(rust_demangle::InType::No); in demangle()
137 void Demangler::demanglePath(InType InType) { in demanglePath() argument
152 demangleImplPath(InType); in demanglePath()
159 demangleImplPath(InType); in demanglePath()
163 demanglePath(rust_demangle::InType::Yes); in demanglePath()
171 demanglePath(rust_demangle::InType::Yes); in demanglePath()
181 demanglePath(InType); in demanglePath()
212 demanglePath(InType); in demanglePath()
214 if (InType == rust_demangle::InType::No) in demanglePath()
234 void Demangler::demangleImplPath(InType InType) { in demangleImplPath() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DRustDemangle.h55 enum class InType { enum
87 void demanglePath(InType InType);
88 void demangleImplPath(InType InType);