clang 22.0.0git
clang::CallGraphNode::CallRecord Struct Reference

#include "clang/Analysis/CallGraph.h"

Public Member Functions

 CallRecord ()=default
 CallRecord (CallGraphNode *Callee_, Expr *CallExpr_)
 operator CallGraphNode * () const

Public Attributes

CallGraphNodeCallee
ExprCallExpr

Detailed Description

Definition at line 146 of file CallGraph.h.

Constructor & Destructor Documentation

◆ CallRecord() [1/2]

clang::CallGraphNode::CallRecord::CallRecord ( )
default

◆ CallRecord() [2/2]

clang::CallGraphNode::CallRecord::CallRecord ( CallGraphNode * Callee_,
Expr * CallExpr_ )
inline

Definition at line 152 of file CallGraph.h.

References Callee, CallExpr, and clang::CallGraphNode::CallGraphNode().

Member Function Documentation

◆ operator CallGraphNode *()

clang::CallGraphNode::CallRecord::operator CallGraphNode * ( ) const
inline

Definition at line 157 of file CallGraph.h.

References Callee, and clang::CallGraphNode::CallGraphNode().

Member Data Documentation

◆ Callee

◆ CallExpr

Expr* clang::CallGraphNode::CallRecord::CallExpr

Definition at line 148 of file CallGraph.h.

Referenced by CallRecord().


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