Home
last modified time | relevance | path

Searched refs:takeSema (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h508 std::unique_ptr<Sema> takeSema();
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp196 std::unique_ptr<Sema> CompilerInstance::takeSema() { in takeSema() function in CompilerInstance
2284 void CompilerInstance::resetAndLeakSema() { llvm::BuryPointer(takeSema()); } in resetAndLeakSema()
H A DASTUnit.cpp1438 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()