Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Analysis/
H A DCFGTest.cpp150 for (CFGBlock::CFGElementRef ElementRef : MainBlock->refs()) { in TEST() local
174 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->refs()) { in TEST() local
197 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { TEST() local
221 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { TEST() local
[all...]
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h716 using ElementRef = typename CFGBlock::ElementRefImpl<IsConst>; variable