clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 149 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 155 of file CallGraph.h.

Member Function Documentation

◆ operator CallGraphNode *()

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

Definition at line 160 of file CallGraph.h.

References Callee.

Member Data Documentation

◆ Callee

CallGraphNode* clang::CallGraphNode::CallRecord::Callee

◆ CallExpr

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

Definition at line 151 of file CallGraph.h.


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