LLVM 19.0.0git
Public Attributes | List of all members
llvm::MIRParserImpl::VarExprLoc Struct Reference

Public Attributes

DILocalVariableDIVar = nullptr
 
DIExpressionDIExpr = nullptr
 
DILocationDILoc = nullptr
 

Detailed Description

Definition at line 132 of file MIRParser.cpp.

Member Data Documentation

◆ DIExpr

DIExpression* llvm::MIRParserImpl::VarExprLoc::DIExpr = nullptr

Definition at line 134 of file MIRParser.cpp.

◆ DILoc

DILocation* llvm::MIRParserImpl::VarExprLoc::DILoc = nullptr

Definition at line 135 of file MIRParser.cpp.

◆ DIVar

DILocalVariable* llvm::MIRParserImpl::VarExprLoc::DIVar = nullptr

Definition at line 133 of file MIRParser.cpp.


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