clang-tools 20.0.0git
|
#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 45 of file HelperDeclRefGraph.h.
|
default |
|
default |
Definition at line 38 of file HelperDeclRefGraph.cpp.
References Decl.
void clang::move::HelperDeclRefGraph::dump | ( | ) | const |
Definition at line 54 of file HelperDeclRefGraph.cpp.
Referenced by clang::move::ClangMoveTool::onEndOfTranslationUnit().
CallGraphNode * clang::move::HelperDeclRefGraph::getNode | ( | const Decl * | D | ) | const |
Definition at line 66 of file HelperDeclRefGraph.cpp.
Referenced by getReachableNodes().
llvm::DenseSet< const CallGraphNode * > clang::move::HelperDeclRefGraph::getReachableNodes | ( | const Decl * | D | ) | const |
Definition at line 72 of file HelperDeclRefGraph.cpp.