Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp6011 auto *FromClassProto = FirstDeclMatcher<ClassTemplateDecl>().match( in TEST_P() local
6015 ASSERT_FALSE(FromClassProto->isThisDeclarationADefinition()); in TEST_P()
6019 ASSERT_EQ(FromClassProto->getMostRecentDecl(), FromClassProto); in TEST_P()