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

/external/clang/lib/Basic/
H A DSourceManager.cpp71 void ContentCache::replaceBuffer(llvm::MemoryBuffer *B, bool DoNotFree) { argument
74 Buffer.setInt(DoNotFree? DoNotFreeFlag : 0);
81 Buffer.setInt(DoNotFree? DoNotFreeFlag : 0);
521 /*DoNotFree=*/true);
654 bool DoNotFree) {
658 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
652 overrideFileContents(const FileEntry *SourceFile, llvm::MemoryBuffer *Buffer, bool DoNotFree) argument
/external/clang/include/clang/Basic/
H A DSourceManager.h220 void replaceBuffer(llvm::MemoryBuffer *B, bool DoNotFree = false);
832 /// \param DoNotFree If true, then the buffer will not be freed when the
835 llvm::MemoryBuffer *Buffer, bool DoNotFree = false);

Completed in 77 milliseconds