clang 22.0.0git
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
StringRef FileName

Detailed Description

Stores data related to a single #embed directive.

Definition at line 5027 of file Expr.h.

Member Function Documentation

◆ getDataElementCount()

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

Definition at line 5032 of file Expr.h.

References BinaryData.

Member Data Documentation

◆ BinaryData

StringLiteral* clang::EmbedDataStorage::BinaryData

Definition at line 5028 of file Expr.h.

Referenced by getDataElementCount().

◆ FileName

StringRef clang::EmbedDataStorage::FileName

Definition at line 5031 of file Expr.h.


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