Lines Matching refs:FriendDecl
29 static const RecordDecl *getRecordDeclOfFriend(FriendDecl *FD) { in getRecordDeclOfFriend()
2418 auto *InClassFD = cast<FunctionDecl>(FirstDeclMatcher<FriendDecl>() in TEST_P()
2661 auto *FromFriend = FirstDeclMatcher<FriendDecl>().match(FromTU, friendDecl()); in TEST_P()
2674 auto *ToFriend = FirstDeclMatcher<FriendDecl>().match(ToTU, friendDecl()); in TEST_P()
3624 auto *FromFriend = FirstDeclMatcher<FriendDecl>().match(FromTu, friendDecl()); in TEST_P()
3643 auto *ToFriend = FirstDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
3678 auto *Friend = FirstDeclMatcher<FriendDecl>().match(ToD, friendDecl()); in TEST_P()
3827 auto *Friend = FirstDeclMatcher<FriendDecl>().match(FromTU0, friendDecl()); in TEST_P()
3855 auto *ToFriend1 = FirstDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
3856 auto *ToFriend2 = LastDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
3858 FirstDeclMatcher<FriendDecl>().match(FromTu, friendDecl()); in TEST_P()
3859 auto *FromFriend2 = LastDeclMatcher<FriendDecl>().match(FromTu, friendDecl()); in TEST_P()
3861 FriendDecl *ToImportedFriend1 = Import(FromFriend1, Lang_CXX03); in TEST_P()
3862 FriendDecl *ToImportedFriend2 = Import(FromFriend2, Lang_CXX03); in TEST_P()
3880 auto *ToFriend1 = FirstDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
3881 auto *ToFriend2 = LastDeclMatcher<FriendDecl>().match(ToTu, friendDecl()); in TEST_P()
3883 FirstDeclMatcher<FriendDecl>().match(FromTu, friendDecl()); in TEST_P()
3884 auto *FromFriend2 = LastDeclMatcher<FriendDecl>().match(FromTu, friendDecl()); in TEST_P()
3886 FriendDecl *ToImportedFriend1 = Import(FromFriend1, Lang_CXX03); in TEST_P()
3887 FriendDecl *ToImportedFriend2 = Import(FromFriend2, Lang_CXX03); in TEST_P()
4420 auto *FriendD = FirstDeclMatcher<FriendDecl>().match(ToTU, friendDecl()); in TEST_P()
4446 auto *FriendD = FirstDeclMatcher<FriendDecl>().match(ToTU, friendDecl()); in TEST_P()
4641 auto *FriendD0 = FirstDeclMatcher<FriendDecl>().match(ToTU, friendDecl()); in TEST_P()
4642 auto *FriendD1 = LastDeclMatcher<FriendDecl>().match(ToTU, friendDecl()); in TEST_P()
5006 FirstDeclMatcher<FriendDecl>().match( in TEST_P()