Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp3036 EXPECT_TRUE(ToFriend->isInIdentifierNamespace(Decl::IDNS_Ordinary)); in TEST_P() local
3109 EXPECT_EQ(Fr, ToFriend); in TEST_P() local
2980 auto *ToFriend = cast<FunctionDecl>(Import(FromFriend, Lang_CXX03)); TEST_P() local
4165 auto *ToFriend = FirstDeclMatcher<FriendDecl>().match(ToD, friendDecl()); testRecursiveFriendClassTemplate() local
4284 auto *ToFriend = FirstDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); TEST_P() local
6162 auto *ToFriend = FirstDeclMatcher<FriendDecl>().match(To, friendDecl()); TEST_P() local
[all...]