Home
last modified time | relevance | path

Searched defs:EmbedDataStorage (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4827 struct EmbedDataStorage { struct
4828 StringLiteral *BinaryData;
4829 size_t getDataElementCount() const { return BinaryData->getByteLength(); } in getDataElementCount()