Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp3631 const ValueDecl *BoundFooDecl = findValueDecl(ASTCtx, "BoundFoo"); in TEST() local
3632 ASSERT_THAT(BoundFooDecl, NotNull()); in TEST()
3652 Env.getStorageLocation(*BoundFooDecl, SkipPast::Reference); in TEST()
3659 EXPECT_EQ(Env.getValue(*BoundFooDecl, SkipPast::Reference), QuxVal); in TEST()