Searched refs:BarDecl (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | TransferTest.cpp | 177 BarDecl = Field; in TEST() 225 BarDecl = Field; in TEST() 271 BarDecl = Field; in TEST() 367 BarDecl = Field; in TEST() 518 BarDecl = Field; in TEST() 932 BarDecl = Field; in TEST() 1047 BarDecl = Field; in TEST() 1203 BarDecl = Field; in derivedBaseMemberExpectations() 1215 EXPECT_EQ(Env.getValue(FooLoc.getChild(*BarDecl)), FooVal.getChild(*BarDecl)); in derivedBaseMemberExpectations() 1284 BarDecl = Field; in TEST() [all …]
|
| H A D | TypeErasedDataflowAnalysisTest.cpp | 673 ASSERT_THAT(BarDecl, NotNull()); in TEST_F() 848 ASSERT_THAT(BarDecl, NotNull()); in TEST_F() 891 ASSERT_THAT(BarDecl, NotNull()); in TEST_F() 934 ASSERT_THAT(BarDecl, NotNull()); in TEST_F() 977 ASSERT_THAT(BarDecl, NotNull()); in TEST_F() 1055 const ValueDecl *BarDecl = findValueDecl(ASTCtx, "Bar"); in TEST_F() local 1056 ASSERT_THAT(BarDecl, NotNull()); in TEST_F() 1098 const ValueDecl *BarDecl = findValueDecl(ASTCtx, "Bar"); in TEST_F() local 1099 ASSERT_THAT(BarDecl, NotNull()); in TEST_F() 1134 const ValueDecl *BarDecl = findValueDecl(ASTCtx, "Bar"); in TEST_F() local [all …]
|