clang-tools
7.0.0
|
#include <HelperDeclRefGraph.h>
Public Member Functions | |
HelperDeclRefGraph ()=default | |
~HelperDeclRefGraph ()=default | |
void | addEdge (const Decl *Caller, const Decl *Callee) |
CallGraphNode * | getNode (const Decl *D) const |
llvm::DenseSet< const CallGraphNode * > | getReachableNodes (const Decl *D) const |
void | dump () const |
Definition at line 46 of file HelperDeclRefGraph.h.
|
default |
|
default |
void clang::move::HelperDeclRefGraph::addEdge | ( | const Decl * | Caller, |
const Decl * | Callee | ||
) |
Definition at line 39 of file HelperDeclRefGraph.cpp.
void clang::move::HelperDeclRefGraph::dump | ( | ) | const |
Definition at line 55 of file HelperDeclRefGraph.cpp.
Referenced by clang::move::ClangMoveTool::onEndOfTranslationUnit().
CallGraphNode * clang::move::HelperDeclRefGraph::getNode | ( | const Decl * | D | ) | const |
Definition at line 67 of file HelperDeclRefGraph.cpp.
Referenced by getReachableNodes().
llvm::DenseSet< const CallGraphNode * > clang::move::HelperDeclRefGraph::getReachableNodes | ( | const Decl * | D | ) | const |
Definition at line 73 of file HelperDeclRefGraph.cpp.
References getNode().