clang-tools 22.0.0git
clang::move::HelperDeclRGBuilder Class Reference

#include <HelperDeclRefGraph.h>

Inheritance diagram for clang::move::HelperDeclRGBuilder:
[legend]

Public Member Functions

 HelperDeclRGBuilder ()
void run (const ast_matchers::MatchFinder::MatchResult &Result) override
const HelperDeclRefGraphgetGraph () const

Static Public Member Functions

static const Decl * getOutmostClassOrFunDecl (const Decl *D)

Detailed Description

Definition at line 79 of file HelperDeclRefGraph.h.

Constructor & Destructor Documentation

◆ HelperDeclRGBuilder()

clang::move::HelperDeclRGBuilder::HelperDeclRGBuilder ( )
inline

Definition at line 81 of file HelperDeclRefGraph.h.

Member Function Documentation

◆ getGraph()

const HelperDeclRefGraph * clang::move::HelperDeclRGBuilder::getGraph ( ) const
inline

Definition at line 83 of file HelperDeclRefGraph.h.

◆ getOutmostClassOrFunDecl()

const Decl * clang::move::HelperDeclRGBuilder::getOutmostClassOrFunDecl ( const Decl * D)
static

Definition at line 89 of file HelperDeclRefGraph.cpp.

Referenced by run().

◆ run()

void clang::move::HelperDeclRGBuilder::run ( const ast_matchers::MatchFinder::MatchResult & Result)
override

Definition at line 102 of file HelperDeclRefGraph.cpp.

References getOutmostClassOrFunDecl().


The documentation for this class was generated from the following files: