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.h5021 struct EmbedDataStorage { struct
5022 StringLiteral *BinaryData;
5025 StringRef FileName;
5026 size_t getDataElementCount() const { return BinaryData->getByteLength(); } in getDataElementCount()