Searched refs:FromDWithDef (Results 1 – 1 of 1) sorted by relevance
3701 auto *FromDWithDef = LastDeclMatcher<VarDecl>().match( in TEST_P() local3703 ASSERT_NE(FromDWithInit, FromDWithDef); in TEST_P()3704 ASSERT_EQ(FromDWithDef->getPreviousDecl(), FromDWithInit); in TEST_P()3707 auto *ToD1 = cast<VarDecl>(Import(FromDWithDef, Lang_CXX11)); in TEST_P()3727 auto *FromDWithDef = LastDeclMatcher<VarDecl>().match( in TEST_P() local3729 ASSERT_EQ(FromDWithInit, FromDWithDef->getPreviousDecl()); in TEST_P()3732 ASSERT_TRUE(FromDWithDef->isThisDeclarationADefinition()); in TEST_P()3733 ASSERT_FALSE(FromDWithDef->getInit()); in TEST_P()3758 auto *FromDWithDef = LastDeclMatcher<VarDecl>().match( in TEST_P() local3763 ASSERT_TRUE(FromDWithDef->isThisDeclarationADefinition()); in TEST_P()[all …]