Home
last modified time | relevance | path

Searched refs:ResetExecutor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h123 void ResetExecutor();
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp450 void Interpreter::ResetExecutor() { IncrExecutor.reset(); } in ResetExecutor() function in Interpreter