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.cpp3879 StringRef BinaryContents) { in HandleEmbedDirectiveImpl() argument
3880 if (BinaryContents.empty()) { in HandleEmbedDirectiveImpl()
3909 Data->BinaryData = BinaryContents; in HandleEmbedDirectiveImpl()
3990 StringRef BinaryContents = MaybeFile->getBuffer(); in HandleEmbedDirective() local
4000 BinaryContents = BinaryContents.substr(Params->MaybeOffsetParam->Offset); in HandleEmbedDirective()
4007 BinaryContents = BinaryContents.substr(0, Params->MaybeLimitParam->Limit); in HandleEmbedDirective()
4013 HandleEmbedDirectiveImpl(HashLoc, *Params, BinaryContents); in HandleEmbedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h2748 StringRef BinaryContents);