Lines Matching defs:BoundFooDecl
5447 const ValueDecl *BoundFooDecl = findValueDecl(ASTCtx, "BoundFoo");
5448 ASSERT_THAT(BoundFooDecl, NotNull());
5466 Env.getStorageLocation(*BoundFooDecl);
5473 EXPECT_EQ(Env.getValue(*BoundFooDecl), QuxVal);
5528 const ValueDecl *BoundFooDecl = findBindingDecl(ASTCtx, "BoundFoo");
5529 ASSERT_THAT(BoundFooDecl, NotNull());
5539 const Value *BoundFooValue = Env1.getValue(*BoundFooDecl);
5552 // Test that `BoundFooDecl` retains the value we expect, after the join.
5553 BoundFooValue = Env2.getValue(*BoundFooDecl);
5609 const ValueDecl *BoundFooDecl = findBindingDecl(ASTCtx, "BoundFoo");
5610 ASSERT_THAT(BoundFooDecl, NotNull());
5618 const Value *BoundFooValue = Env1.getValue(*BoundFooDecl);
5634 // Test that `BoundFooDecl` retains the value we expect, after the join.
5635 BoundFooValue = Env2.getValue(*BoundFooDecl);