Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp2245 const ValueDecl *FooYDecl = findValueDecl(ASTCtx, "FooY"); in TEST() local
2246 ASSERT_THAT(FooYDecl, NotNull()); in TEST()
2260 cast<PointerValue>(Env.getValue(*FooYDecl, SkipPast::None)); in TEST()