Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Core/
H A DRichManglingContextTest.cpp34 RichManglingContext CxxMethodRMC; in TEST() local
36 EXPECT_TRUE(CxxMethodRMC.FromCxxMethodName(demangled)); in TEST()
38 EXPECT_EQ(ItaniumRMC.IsCtorOrDtor(), CxxMethodRMC.IsCtorOrDtor()); in TEST()
40 CxxMethodRMC.ParseFunctionDeclContextName()); in TEST()
42 CxxMethodRMC.ParseFunctionBaseName()); in TEST()
43 EXPECT_EQ(ItaniumRMC.ParseFullName(), CxxMethodRMC.ParseFullName()); in TEST()
47 RichManglingContext CxxMethodRMC; in TEST() local
48 EXPECT_TRUE(CxxMethodRMC.FromCxxMethodName(ConstString("X"))); in TEST()
53 RichManglingContext CxxMethodRMC; in TEST() local
54 EXPECT_TRUE(CxxMethodRMC.FromCxxMethodName( in TEST()
[all …]