Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp6000 auto *ToClassProto = FirstDeclMatcher<ClassTemplateDecl>().match( in TEST_P() local
6004 ASSERT_FALSE(ToClassProto->isThisDeclarationADefinition()); in TEST_P()
6009 ASSERT_EQ(ToClassProto->getMostRecentDecl(), ToClassProto); in TEST_P()