Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DCFGTest.cpp128 EXPECT_EQ(ElementRef.getParent(), MainBlock); in TEST()
130 EXPECT_TRUE(ElementRef->getAs<CFGStmt>()); in TEST()
131 EXPECT_TRUE((*ElementRef).getAs<CFGStmt>()); in TEST()
132 EXPECT_EQ(ElementRef.getParent(), MainBlock); in TEST()
154 EXPECT_TRUE(ElementRef->getAs<CFGStmt>()); in TEST()
155 EXPECT_TRUE((*ElementRef).getAs<CFGStmt>()); in TEST()
156 EXPECT_EQ(ElementRef.getParent(), MainBlock); in TEST()
178 EXPECT_TRUE(ElementRef->getAs<CFGStmt>()); in TEST()
179 EXPECT_TRUE((*ElementRef).getAs<CFGStmt>()); in TEST()
201 EXPECT_TRUE(ElementRef->getAs<CFGStmt>()); in TEST()
[all …]
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h689 using ElementRef = typename CFGBlock::ElementRefImpl<IsConst>; variable
693 using value_type = ElementRef;
694 using pointer = ElementRef *;