Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Analysis/
DCFGTest.cpp151 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->refs()) { in TEST()
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h886 using ConstCFGElementRef = ElementRefImpl<true>; variable