Home
last modified time | relevance | path

Searched refs:SetResult (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h54 void SetResult(lldb::CommandInterpreterResult result) { m_result = result; } in SetResult() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3176 m_result.SetResult(lldb::eCommandInterpreterResultCommandError); in IOHandlerInputComplete()
3182 m_result.SetResult(lldb::eCommandInterpreterResultQuitRequested); in IOHandlerInputComplete()
3193 m_result.SetResult(lldb::eCommandInterpreterResultInferiorCrash); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp354 Self->SetResult(Result, Context); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1138 void SetResult(APValue Value, const ASTContext &Context) { in SetResult() function