Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h498 std::unique_ptr<Sema> takeSema();
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h508 std::unique_ptr<Sema> takeSema();
/external/clang/lib/Frontend/
DCompilerInstance.cpp122 std::unique_ptr<Sema> CompilerInstance::takeSema() { in takeSema() function in CompilerInstance
1760 void CompilerInstance::resetAndLeakSema() { BuryPointer(takeSema()); } in resetAndLeakSema()
DASTUnit.cpp1668 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp138 std::unique_ptr<Sema> CompilerInstance::takeSema() { in takeSema() function in CompilerInstance
2219 void CompilerInstance::resetAndLeakSema() { llvm::BuryPointer(takeSema()); } in resetAndLeakSema()
DASTUnit.cpp1451 TheSema = CI.takeSema(); in transferASTDataFromCompilerInstance()