Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp3973 RecordDecl *FromRecordOfFriend = in TEST_P() local
3976 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()