reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
160 struct DOTGraphTraits : public DefaultDOTGraphTraits {
55 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); 103 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); 134 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); 166 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph);include/llvm/Support/GraphWriter.h
70 using DOTTraits = DOTGraphTraits<GraphType>; 122 DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);