Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp28 assert(m_provider == PluginCxxLanguage); in ResetCxxMethodParser()
61 ResetProvider(PluginCxxLanguage); in FromCxxMethodName()
71 case PluginCxxLanguage: { in IsCtorOrDtor()
120 case PluginCxxLanguage: in ParseFunctionBaseName()
137 case PluginCxxLanguage: in ParseFunctionDeclContextName()
154 case PluginCxxLanguage: in ParseFullName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h57 enum InfoProvider { None, ItaniumPartialDemangler, PluginCxxLanguage }; enumerator