Searched refs:AProtectedDecl (Results 1 – 1 of 1) sorted by relevance
1126 const FieldDecl *AProtectedDecl = nullptr; in TEST() local1136 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()