Searched refs:ToNormal (Results 1 – 1 of 1) sorted by relevance
2769 auto *ToNormal = LastDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern); in TEST_P() local2772 EXPECT_FALSE(ToNormal->isInIdentifierNamespace(Decl::IDNS_OrdinaryFriend)); in TEST_P()2773 EXPECT_TRUE(ToNormal->isInIdentifierNamespace(Decl::IDNS_Ordinary)); in TEST_P()2800 auto *ToNormal = cast<FunctionDecl>(Import(FromNormal, Lang_CXX03)); in TEST_P() local2801 auto ToName = ToNormal->getDeclName(); in TEST_P()2811 ToNormal = FirstDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern); in TEST_P()2813 EXPECT_FALSE(ToNormal->isInIdentifierNamespace(Decl::IDNS_OrdinaryFriend)); in TEST_P()2814 EXPECT_TRUE(ToNormal->isInIdentifierNamespace(Decl::IDNS_Ordinary)); in TEST_P()