Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp2756 auto *ToFriend = cast<FunctionDecl>(Import(FromFriend, Lang_CXX03)); in TEST_P() local
2757 auto ToName = ToFriend->getDeclName(); in TEST_P()
2768 ToFriend = FirstDeclMatcher<FunctionDecl>().match(ToTU, FunctionPattern); in TEST_P()
2770 EXPECT_TRUE(ToFriend->isInIdentifierNamespace(Decl::IDNS_OrdinaryFriend)); in TEST_P()
2771 EXPECT_FALSE(ToFriend->isInIdentifierNamespace(Decl::IDNS_Ordinary)); in TEST_P()
2815 EXPECT_TRUE(ToFriend->isInIdentifierNamespace(Decl::IDNS_OrdinaryFriend)); in TEST_P()
2816 EXPECT_TRUE(ToFriend->isInIdentifierNamespace(Decl::IDNS_Ordinary)); in TEST_P()
2885 auto *ToFriend = FirstDeclMatcher<FriendDecl>().match(ToTU, friendDecl()); in TEST_P() local
2889 EXPECT_EQ(Fr, ToFriend); in TEST_P()
3991 auto *ToFriend = FirstDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P() local
[all …]