Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp1126 const FieldDecl *AProtectedDecl = nullptr; in TEST() local
1136 AProtectedDecl = Field; in TEST()
1147 ASSERT_THAT(AProtectedDecl, NotNull()); in TEST()
1164 EXPECT_THAT(FooVal.getChild(*AProtectedDecl), NotNull()); in TEST()
1168 EXPECT_EQ(Env.getValue(FooLoc.getChild(*AProtectedDecl)), in TEST()
1169 FooVal.getChild(*AProtectedDecl)); in TEST()