Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DDominators.h183 using CFGPostDomTree = CFGDominatorTreeImpl</*IsPostDom*/ true>; variable
220 CFGPostDomTree PostDomTree;
229 const CFGPostDomTree &getCFGPostDomTree() const { return PostDomTree; }
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp64 CFGPostDomTree Dom; in checkASTCodeBody()