Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h180 void markUserCodeStart();
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp320 Interp->markUserCodeStart(); in create()
379 void Interpreter::markUserCodeStart() { in markUserCodeStart() function in Interpreter