Searched refs:ConstCFGElementRef (Results 1 – 2 of 2) sorted by relevance
151 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->refs()) { in TEST()198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
886 using ConstCFGElementRef = ElementRefImpl<true>; variable