Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp1125 const FieldDecl *APrivateDecl = nullptr; in TEST() local
1138 APrivateDecl = Field; in TEST()
1148 ASSERT_THAT(APrivateDecl, NotNull()); in TEST()
1162 EXPECT_THAT(FooVal.getChild(*APrivateDecl), NotNull()); in TEST()