Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DRustDemangle.cpp63 enum class IsInType { enum
98 bool demanglePath(IsInType Type,
100 void demangleImplPath(IsInType InType);
208 demanglePath(IsInType::No); in demangle()
212 demanglePath(IsInType::No); in demangle()
244 bool Demangler::demanglePath(IsInType InType, LeaveGenericsOpen LeaveOpen) { in demanglePath()
269 demanglePath(IsInType::Yes); in demanglePath()
277 demanglePath(IsInType::Yes); in demanglePath()
320 if (InType == IsInType::No) in demanglePath()
349 void Demangler::demangleImplPath(IsInType InType) { in demangleImplPath()
[all …]