Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h507 std::unique_ptr<Sema> takeSema();
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp194 std::unique_ptr<Sema> CompilerInstance::takeSema() { in takeSema() function in CompilerInstance
2180 void CompilerInstance::resetAndLeakSema() { llvm::BuryPointer(takeSema()); } in resetAndLeakSema()
H A DASTUnit.cpp1440 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()