Searched refs:ParseFunctionDeclContextName (Results 1 – 4 of 4) sorted by relevance
24 EXPECT_EQ("foo", RMC.ParseFunctionDeclContextName()); in TEST()39 EXPECT_EQ(ItaniumRMC.ParseFunctionDeclContextName(), in TEST()40 CxxMethodRMC.ParseFunctionDeclContextName()); in TEST()58 EXPECT_TRUE(CxxMethodRMC.ParseFunctionDeclContextName().empty()); in TEST()
51 llvm::StringRef ParseFunctionDeclContextName();
129 llvm::StringRef RichManglingContext::ParseFunctionDeclContextName() { in ParseFunctionDeclContextName() function in RichManglingContext
406 llvm::StringRef decl_context = rmc.ParseFunctionDeclContextName(); in RegisterMangledNameEntry()