Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp3634 const ValueDecl *BoundBarDecl = findValueDecl(ASTCtx, "BoundBar"); in TEST() local
3635 ASSERT_THAT(BoundBarDecl, NotNull()); in TEST()
3656 Env.getStorageLocation(*BoundBarDecl, SkipPast::Reference); in TEST()