Searched refs:InlinedScope (Results 1 – 1 of 1) sorted by relevance
226 auto *InlinedScope = BlockChildren[0]; in TEST_F() local228 EXPECT_FALSE(InlinedScope->isAbstractScope()); in TEST_F()229 EXPECT_EQ(InlinedScope->getInlinedAt(), InlinedLoc.getInlinedAt()); in TEST_F()230 EXPECT_EQ(InlinedScope->getDesc(), InlinedLoc.getScope()); in TEST_F()231 EXPECT_EQ(InlinedScope->getChildren().size(), 0u); in TEST_F()235 EXPECT_EQ(InlinedScope->getParent(), BlockScope); in TEST_F()