Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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; }
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp64 CFGPostDomTree Dom; in checkASTCodeBody()