Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h566 std::unique_ptr<Sema> takeSema();
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp198 std::unique_ptr<Sema> CompilerInstance::takeSema() { in takeSema() function in CompilerInstance
2360 void CompilerInstance::resetAndLeakSema() { llvm::BuryPointer(takeSema()); } in resetAndLeakSema()
H A DASTUnit.cpp1488 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()