Searched defs:ElementRef (Results 1 – 2 of 2) sorted by relevance
127 for (CFGBlock::CFGElementRef ElementRef : MainBlock->refs()) { in TEST() local151 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->refs()) { in TEST() local174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST() local198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST() local
689 using ElementRef = typename CFGBlock::ElementRefImpl<IsConst>; variable