Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp3926 auto *FromFriendClass = LastDeclMatcher<CXXRecordDecl>().match( in TEST_P() local
3930 ASSERT_TRUE(FromFriendClass); in TEST_P()
3931 ASSERT_NE(FromClass, FromFriendClass); in TEST_P()
3932 ASSERT_EQ(FromFriendClass->getDefinition(), FromClass); in TEST_P()
3933 ASSERT_EQ(FromFriendClass->getPreviousDecl(), FromClass); in TEST_P()
3934 ASSERT_EQ(FromFriendClass->getDescribedClassTemplate()->getPreviousDecl(), in TEST_P()
3939 cast<CXXRecordDecl>(Import(FromFriendClass, Lang_CXX03)); in TEST_P()