clang 22.0.0git
clang::interp::StdAllocatorCaller Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/InterpState.h"

Public Member Functions

 operator bool ()

Public Attributes

const ExprCall = nullptr
QualType AllocType

Detailed Description

Definition at line 36 of file InterpState.h.

Member Function Documentation

◆ operator bool()

clang::interp::StdAllocatorCaller::operator bool ( )
inlineexplicit

Definition at line 39 of file InterpState.h.

References Call.

Member Data Documentation

◆ AllocType

QualType clang::interp::StdAllocatorCaller::AllocType

Definition at line 38 of file InterpState.h.

◆ Call

const Expr* clang::interp::StdAllocatorCaller::Call = nullptr

Definition at line 37 of file InterpState.h.

Referenced by operator bool().


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