Lines Matching refs:QuuxDecl
861 const ValueDecl *QuuxDecl = findValueDecl(ASTCtx, "Quux"); in TEST() local
862 ASSERT_THAT(QuuxDecl, NotNull()); in TEST()
863 EXPECT_EQ(Env2.getValue(*QuuxDecl, SkipPast::Reference), BarVal); in TEST()
1465 const ValueDecl *QuuxDecl = findValueDecl(ASTCtx, "Quux"); in TEST() local
1466 ASSERT_THAT(QuuxDecl, NotNull()); in TEST()
1467 EXPECT_EQ(Env.getValue(*QuuxDecl, SkipPast::None), BazVal); in TEST()
1541 const ValueDecl *QuuxDecl = findValueDecl(ASTCtx, "Quux"); in TEST() local
1542 ASSERT_THAT(QuuxDecl, NotNull()); in TEST()
1543 EXPECT_EQ(Env.getValue(*QuuxDecl, SkipPast::None), BazVal); in TEST()
2549 const ValueDecl *QuuxDecl = findValueDecl(ASTCtx, "Quux"); in TEST() local
2550 ASSERT_THAT(QuuxDecl, NotNull()); in TEST()
2560 cast<StructValue>(Env.getValue(*QuuxDecl, SkipPast::None)); in TEST()