Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DCFGTest.cpp127 for (CFGBlock::CFGElementRef ElementRef : MainBlock->refs()) { in TEST()
174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h886 using CFGElementRef = ElementRefImpl<false>; variable