Searched refs:BuryPointer (Results 1 – 10 of 10) sorted by relevance
22 void BuryPointer(const void *Ptr);23 template <typename T> void BuryPointer(std::unique_ptr<T> Ptr) { in BuryPointer() function24 BuryPointer(Ptr.release()); in BuryPointer()
15 void BuryPointer(const void *Ptr) { in BuryPointer() function
456 llvm::BuryPointer(FileMgr.get()); in resetAndLeakFileManager()481 llvm::BuryPointer(SourceMgr.get()); in resetAndLeakSourceManager()503 llvm::BuryPointer(new std::shared_ptr<Preprocessor>(PP)); in resetAndLeakPreprocessor()526 llvm::BuryPointer(Context.get()); in resetAndLeakASTContext()
323 llvm::BuryPointer(std::move(Clang)); in cc1_main()
435 llvm::BuryPointer(llvm::TimerGroup::aquireDefaultGroup()); in clang_main()
282 llvm::BuryPointer(std::move(Act)); in ExecuteCompilerInvocation()
1120 llvm::BuryPointer(CI.takeASTConsumer().get()); in EndSourceFile()1148 llvm::BuryPointer(std::move(CurrentASTUnit)); in EndSourceFile()
2360 void CompilerInstance::resetAndLeakSema() { llvm::BuryPointer(takeSema()); } in resetAndLeakSema()
222 BuryPointer(std::move(TM)); in ~EmitAssemblyHelper()
1110 SRCS_MIN+= Support/BuryPointer.cpp