Home
last modified time | relevance | path

Searched refs:ScratchBuffer (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DScratchBuffer.cpp24 ScratchBuffer::ScratchBuffer(SourceManager &SM) in ScratchBuffer() function in ScratchBuffer
34 SourceLocation ScratchBuffer::getToken(const char *Buf, unsigned Len, in getToken()
68 void ScratchBuffer::AllocScratchBuffer(unsigned RequestLen) { in AllocScratchBuffer()
H A DPreprocessor.cpp87 ScratchBuf(new ScratchBuffer(SourceMgr)), HeaderInfo(Headers), in Preprocessor()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSimpleTypeSerializer.cpp26 SimpleTypeSerializer::SimpleTypeSerializer() : ScratchBuffer(MaxRecordLength) {} in SimpleTypeSerializer()
32 BinaryStreamWriter Writer(ScratchBuffer, support::little); in serialize()
46 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(ScratchBuffer.data()); in serialize()
51 return {ScratchBuffer.data(), Writer.getOffset()}; in serialize()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DScratchBuffer.h25 class ScratchBuffer {
31 ScratchBuffer(SourceManager &SM);
H A DPreprocessor.h81 class ScratchBuffer; variable
137 std::unique_ptr<ScratchBuffer> ScratchBuf;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DTokenRewriter.h28 class ScratchBuffer; variable
46 std::unique_ptr<ScratchBuffer> ScratchBuf;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSimpleTypeSerializer.h35 std::vector<uint8_t> ScratchBuffer; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DTokenRewriter.cpp29 ScratchBuf.reset(new ScratchBuffer(SM)); in TokenRewriter()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile392 SRCS_MIN+= Lex/ScratchBuffer.cpp