Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp297 class ManglingSubstitutor class
304 ManglingSubstitutor() : Base(nullptr, nullptr) {} in ManglingSubstitutor() function in __anone83b9cae0111::ManglingSubstitutor
371 class TypeSubstitutor : public ManglingSubstitutor<TypeSubstitutor> {
378 ManglingSubstitutor::reset(Mangled); in reset()
385 return ManglingSubstitutor::parseType(); in parseType()
389 class CtorDtorSubstitutor : public ManglingSubstitutor<CtorDtorSubstitutor> {
395 return ManglingSubstitutor::parseCtorDtorName(SoFar, State); in parseCtorDtorName()