Searched refs:ExistingD (Results 1 – 1 of 1) sorted by relevance
1960 VarDecl *ExistingD; in TEST_P() local1963 ExistingD = FirstDeclMatcher<VarDecl>().match(ToTU, Pattern); in TEST_P()1965 EXPECT_FALSE(ExistingD->isUsed(false)); in TEST_P()1973 EXPECT_TRUE(ExistingD->isUsed(false)); in TEST_P()1978 VarDecl *ExistingD; in TEST_P() local1987 ExistingD = FirstDeclMatcher<VarDecl>().match(ToTU, Pattern); in TEST_P()1989 EXPECT_FALSE(ExistingD->isUsed(false)); in TEST_P()2006 EXPECT_TRUE(ExistingD->isUsed(false)); in TEST_P()