clang 20.0.0git
Public Attributes | List of all members
clang::EmbedAnnotationData Struct Reference

Helper class to shuttle information about #embed directives from the preprocessor to the parser through an annotation token. More...

#include "clang/Lex/Preprocessor.h"

Public Attributes

StringRef BinaryData
 

Detailed Description

Helper class to shuttle information about #embed directives from the preprocessor to the parser through an annotation token.

Definition at line 3087 of file Preprocessor.h.

Member Data Documentation

◆ BinaryData

StringRef clang::EmbedAnnotationData::BinaryData

Definition at line 3088 of file Preprocessor.h.


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