Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DLexicalScopesTest.cpp226 auto *InlinedScope = BlockChildren[0]; in TEST_F() local
228 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()