Home
last modified time | relevance | path

Searched refs:BinaryContents (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3897 StringRef BinaryContents, StringRef FileName) { in HandleEmbedDirectiveImpl() argument
3898 if (BinaryContents.empty()) { in HandleEmbedDirectiveImpl()
3927 Data->BinaryData = BinaryContents; in HandleEmbedDirectiveImpl()
4015 StringRef BinaryContents = MaybeFile->getBuffer(); in HandleEmbedDirective() local
4025 BinaryContents = BinaryContents.substr(Params->MaybeOffsetParam->Offset); in HandleEmbedDirective()
4032 BinaryContents = BinaryContents.substr(0, Params->MaybeLimitParam->Limit); in HandleEmbedDirective()
4049 HandleEmbedDirectiveImpl(HashLoc, *Params, BinaryContents, FilenameToGo); in HandleEmbedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2840 StringRef BinaryContents, StringRef FileName);