clang  20.0.0git
Public Member Functions | Public Attributes | List of all members
clang::EmbedDataStorage Struct Reference

Stores data related to a single #embed directive. More...

#include "clang/AST/Expr.h"

Public Member Functions

size_t getDataElementCount () const
 

Public Attributes

StringLiteralBinaryData
 

Detailed Description

Stores data related to a single #embed directive.

Definition at line 4868 of file Expr.h.

Member Function Documentation

◆ getDataElementCount()

size_t clang::EmbedDataStorage::getDataElementCount ( ) const
inline

Definition at line 4870 of file Expr.h.

References BinaryData, and clang::StringLiteral::getByteLength().

Member Data Documentation

◆ BinaryData

StringLiteral* clang::EmbedDataStorage::BinaryData

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