reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/ThreadSafety.cpp
 2295   LocalVarMap.traverseCFG(CFGraph, SortedGraph, BlockInfo);
 2298   findBlockLocations(CFGraph, SortedGraph, BlockInfo);
 2307   if (!SortedGraph->empty() && D->hasAttrs()) {
 2308     const CFGBlock *FirstBlock = *SortedGraph->begin();
 2363   for (const auto *CurrBlock : *SortedGraph) {