Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h51 void SetResult(lldb::CommandInterpreterResult result) { m_result = result; } in SetResult() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3101 m_result.SetResult(lldb::eCommandInterpreterResultCommandError); in IOHandlerInputComplete()
3107 m_result.SetResult(lldb::eCommandInterpreterResultQuitRequested); in IOHandlerInputComplete()
3118 m_result.SetResult(lldb::eCommandInterpreterResultInferiorCrash); in IOHandlerInputComplete()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1099 void SetResult(APValue Value, const ASTContext &Context) { in SetResult() function
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp324 Self->SetResult(Result, Context); in Create()