Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h110 RuntimeInterfaceBuilder::TransformExprFunction *AddPrintValueCall = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp847 AddPrintValueCall = RuntimeIB->getPrintValueTransformer(); in SynthesizeExpr()
850 assert(AddPrintValueCall && in SynthesizeExpr()
861 AddPrintValueCall(RuntimeIB.get(), E, {ThisInterp, OutValue}); in SynthesizeExpr()