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);
510 /*DoNotFree=*/true);
643 bool DoNotFree) {
647 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
641 overrideFileContents(const FileEntry *SourceFile, llvm::MemoryBuffer *Buffer, bool DoNotFree) argument
/external/clang/include/clang/Basic/
H A DSourceManager.h211 void replaceBuffer(llvm::MemoryBuffer *B, bool DoNotFree = false);
842 /// \param DoNotFree If true, then the buffer will not be freed when the
845 llvm::MemoryBuffer *Buffer, bool DoNotFree);
848 overrideFileContents(SourceFile, Buffer.release(), /*DoNotFree*/ false);

Completed in 66 milliseconds