Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp2540 const ValueDecl *FooArgDecl = findValueDecl(ASTCtx, "FooArg"); in TEST() local
2541 ASSERT_THAT(FooArgDecl, NotNull()); in TEST()
2553 cast<IntegerValue>(Env.getValue(*FooArgDecl, SkipPast::None)); in TEST()