Searched refs:BuryPointer (Results 1 – 12 of 12) 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
140 BuryPointer.cpp
408 llvm::BuryPointer(FileMgr.get()); in resetAndLeakFileManager()428 llvm::BuryPointer(SourceMgr.get()); in resetAndLeakSourceManager()450 llvm::BuryPointer(new std::shared_ptr<Preprocessor>(PP)); in resetAndLeakPreprocessor()468 llvm::BuryPointer(Context.get()); in resetAndLeakASTContext()
285 llvm::BuryPointer(std::move(Clang)); in cc1_main()
557 llvm::BuryPointer(llvm::TimerGroup::aquireDefaultGroup()); in clang_main()
268 llvm::BuryPointer(std::move(Act)); in ExecuteCompilerInvocation()
55 "BuryPointer.cpp",
1079 llvm::BuryPointer(CI.takeASTConsumer().get()); in EndSourceFile()1104 llvm::BuryPointer(std::move(CurrentASTUnit)); in EndSourceFile()
2284 void CompilerInstance::resetAndLeakSema() { llvm::BuryPointer(takeSema()); } in resetAndLeakSema()
187 BuryPointer(std::move(TM)); in ~EmitAssemblyHelper()
5484 llvm/include/llvm/Support/BuryPointer.h6220 llvm/lib/Support/BuryPointer.cpp