Searched refs:DoNotFree (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp85 void ContentCache::replaceBuffer(const llvm::MemoryBuffer *B, bool DoNotFree) { argument
88 Buffer.setInt(DoNotFree? DoNotFreeFlag : 0);
95 Buffer.setInt((B && DoNotFree) ? DoNotFreeFlag : 0);
410 Clone->replaceBuffer(Cache->getRawBuffer(), /*DoNotFree*/true);
467 bool DoNotFree) {
472 Entry->replaceBuffer(Buffer, DoNotFree);
525 /*DoNotFree=*/true);
608 createMemBufferContentCache(Buffer.release(), /*DoNotFree*/ false),
620 return createFileID(createMemBufferContentCache(Buffer, /*DoNotFree*/ true),
735 bool DoNotFree) {
466 createMemBufferContentCache(const llvm::MemoryBuffer *Buffer, bool DoNotFree) argument
733 overrideFileContents(const FileEntry *SourceFile, llvm::MemoryBuffer *Buffer, bool DoNotFree) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h220 void replaceBuffer(const llvm::MemoryBuffer *B, bool DoNotFree = false);
911 /// \param DoNotFree If true, then the buffer will not be freed when the
914 llvm::MemoryBuffer *Buffer, bool DoNotFree);
917 overrideFileContents(SourceFile, Buffer.release(), /*DoNotFree*/ false);
1806 createMemBufferContentCache(const llvm::MemoryBuffer *Buf, bool DoNotFree);

Completed in 38 milliseconds