Lines Matching full:walker
2090 // For now, we just use the walker to set things up.
2091 threadSafety::CFGWalker walker;
2092 if (!walker.init(AC))
2096 // threadSafety::printSCFG(walker);
2098 CFG *CFGraph = walker.getGraph();
2099 const NamedDecl *D = walker.getDecl();
2123 const PostOrderCFGView *SortedGraph = walker.getSortedGraph();