Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp3992 RecordDecl *ToRecordOfFriend = in TEST_P() local
3995 ASSERT_EQ(ToRecordOfFriend->getDeclContext(), cast<DeclContext>(ToTu)); in TEST_P()
3996 ASSERT_EQ(ToRecordOfFriend->getLexicalDeclContext(), cast<DeclContext>(ToX)); in TEST_P()
3998 ToRecordOfFriend->getDeclContext()->containsDecl(ToRecordOfFriend)); in TEST_P()
3999 EXPECT_FALSE(ToRecordOfFriend->getLexicalDeclContext()->containsDecl( in TEST_P()
4000 ToRecordOfFriend)); in TEST_P()
4001 EXPECT_FALSE(ToRecordOfFriend->getLookupParent() in TEST_P()
4002 ->lookup(ToRecordOfFriend->getDeclName()) in TEST_P()