Searched refs:takeSema (Results 1 – 6 of 6) sorted by relevance
498 std::unique_ptr<Sema> takeSema();
508 std::unique_ptr<Sema> takeSema();
122 std::unique_ptr<Sema> CompilerInstance::takeSema() { in takeSema() function in CompilerInstance1760 void CompilerInstance::resetAndLeakSema() { BuryPointer(takeSema()); } in resetAndLeakSema()
1668 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()
138 std::unique_ptr<Sema> CompilerInstance::takeSema() { in takeSema() function in CompilerInstance2219 void CompilerInstance::resetAndLeakSema() { llvm::BuryPointer(takeSema()); } in resetAndLeakSema()
1451 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()