Searched refs:takeSema (Results 1 – 3 of 3) sorted by relevance
498 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()