Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp64 enum class IsInType { enum
99 bool demanglePath(IsInType Type,
101 void demangleImplPath(IsInType InType);
205 demanglePath(IsInType::No); in demangle()
209 demanglePath(IsInType::No); in demangle()
241 bool Demangler::demanglePath(IsInType InType, LeaveGenericsOpen LeaveOpen) { in demanglePath()
266 demanglePath(IsInType::Yes); in demanglePath()
274 demanglePath(IsInType::Yes); in demanglePath()
317 if (InType == IsInType::No) in demanglePath()
346 void Demangler::demangleImplPath(IsInType InType) { in demangleImplPath()
[all …]