Searched refs:FromRecordOfFriend (Results 1 – 1 of 1) sorted by relevance
3973 RecordDecl *FromRecordOfFriend = in TEST_P() local3976 ASSERT_EQ(FromRecordOfFriend->getDeclContext(), cast<DeclContext>(FromTu)); in TEST_P()3977 ASSERT_EQ(FromRecordOfFriend->getLexicalDeclContext(), in TEST_P()3980 FromRecordOfFriend->getDeclContext()->containsDecl(FromRecordOfFriend)); in TEST_P()3981 ASSERT_FALSE(FromRecordOfFriend->getLexicalDeclContext()->containsDecl( in TEST_P()3982 FromRecordOfFriend)); in TEST_P()3983 ASSERT_FALSE(FromRecordOfFriend->getLookupParent() in TEST_P()3984 ->lookup(FromRecordOfFriend->getDeclName()) in TEST_P()