Searched refs:DoNotFree (Results 1 – 2 of 2) sorted by relevance
86 void ContentCache::replaceBuffer(llvm::MemoryBuffer *B, bool DoNotFree) { in replaceBuffer() argument89 Buffer.setInt(DoNotFree? DoNotFreeFlag : 0); in replaceBuffer()96 Buffer.setInt((B && DoNotFree) ? DoNotFreeFlag : 0); in replaceBuffer()428 bool DoNotFree) { in createMemBufferContentCache() argument433 Entry->replaceBuffer(Buffer, DoNotFree); in createMemBufferContentCache()631 bool DoNotFree) { in overrideFileContents() argument635 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree); in overrideFileContents()
217 void replaceBuffer(llvm::MemoryBuffer *B, bool DoNotFree = false);905 llvm::MemoryBuffer *Buffer, bool DoNotFree);1778 createMemBufferContentCache(llvm::MemoryBuffer *Buf, bool DoNotFree);