clang 20.0.0git
Public Member Functions | List of all members
clang::CodeGen::CounterPair::ValueOpt Class Reference

Optional value. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CodeGenModule.h"

Public Member Functions

 ValueOpt ()
 
 ValueOpt (unsigned InitVal)
 
bool hasValue () const
 
 operator uint32_t () const
 

Detailed Description

Optional value.

Definition at line 119 of file CodeGenModule.h.

Constructor & Destructor Documentation

◆ ValueOpt() [1/2]

clang::CodeGen::CounterPair::ValueOpt::ValueOpt ( )
inline

Definition at line 127 of file CodeGenModule.h.

◆ ValueOpt() [2/2]

clang::CodeGen::CounterPair::ValueOpt::ValueOpt ( unsigned  InitVal)
inline

Definition at line 129 of file CodeGenModule.h.

Member Function Documentation

◆ hasValue()

bool clang::CodeGen::CounterPair::ValueOpt::hasValue ( ) const
inline

Definition at line 134 of file CodeGenModule.h.

◆ operator uint32_t()

clang::CodeGen::CounterPair::ValueOpt::operator uint32_t ( ) const
inline

Definition at line 136 of file CodeGenModule.h.


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