Searched refs:cleanUp (Results 1 – 3 of 3) sorted by relevance
53 llvm::Error cleanUp();
80 llvm::Error IncrementalExecutor::cleanUp() { in cleanUp() function in clang::IncrementalExecutor
185 if (llvm::Error Err = IncrExecutor->cleanUp()) in ~Interpreter()