Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp63 enum class IsInType { enum
98 bool demanglePath(IsInType Type,
100 void demangleImplPath(IsInType InType);
240 demanglePath(IsInType::No); in demangle()
244 demanglePath(IsInType::No); in demangle()
302 demanglePath(IsInType::Yes); in demanglePath()
310 demanglePath(IsInType::Yes); in demanglePath()
353 if (InType == IsInType::No) in demanglePath()
382 void Demangler::demangleImplPath(IsInType InType) { in demangleImplPath()
651 demanglePath(IsInType::Yes); in demangleType()
[all …]