Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h567 void resetAndLeakSema();
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1118 CI.resetAndLeakSema(); in EndSourceFile()
H A DCompilerInstance.cpp2360 void CompilerInstance::resetAndLeakSema() { llvm::BuryPointer(takeSema()); } in resetAndLeakSema() function in CompilerInstance