Home
last modified time | relevance | path

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

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