clang  3.7.0
Public Member Functions | Static Public Member Functions | List of all members
llvm::DOTGraphTraits< const CallGraph * > Struct Template Reference
Inheritance diagram for llvm::DOTGraphTraits< const CallGraph * >:
[legend]
Collaboration diagram for llvm::DOTGraphTraits< const CallGraph * >:
[legend]

Public Member Functions

 DOTGraphTraits (bool isSimple=false)
 

Static Public Member Functions

static std::string getNodeLabel (const CallGraphNode *Node, const CallGraph *CG)
 

Detailed Description

template<>
struct llvm::DOTGraphTraits< const CallGraph * >

Definition at line 212 of file CallGraph.cpp.

Constructor & Destructor Documentation

llvm::DOTGraphTraits< const CallGraph * >::DOTGraphTraits ( bool  isSimple = false)
inline

Definition at line 214 of file CallGraph.cpp.

Member Function Documentation

static std::string llvm::DOTGraphTraits< const CallGraph * >::getNodeLabel ( const CallGraphNode Node,
const CallGraph CG 
)
inlinestatic

Definition at line 216 of file CallGraph.cpp.

References clang::CallGraphNode::getDecl(), clang::CallGraph::getRoot(), and Node.


The documentation for this struct was generated from the following file: