Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/
H A DCFGTest.cpp127 for (CFGBlock::CFGElementRef ElementRef : MainBlock->refs()) { in TEST() local
151 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->refs()) { in TEST() local
174 for (CFGBlock::CFGElementRef ElementRef : MainBlock->rrefs()) { in TEST() local
198 for (CFGBlock::ConstCFGElementRef ElementRef : CMainBlock->rrefs()) { in TEST() local
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h689 using ElementRef = typename CFGBlock::ElementRefImpl<IsConst>; variable