Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h55 void SetResult(lldb::CommandInterpreterResult result) { m_result = result; } in SetResult() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3351 m_result.SetResult(lldb::eCommandInterpreterResultCommandError); in IOHandlerInputComplete()
3357 m_result.SetResult(lldb::eCommandInterpreterResultQuitRequested); in IOHandlerInputComplete()
3368 m_result.SetResult(lldb::eCommandInterpreterResultInferiorCrash); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp265 Res->SetResult(V, getASTContext()); in ActOnGCCAsmStmtString()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp353 Self->SetResult(Result, Context); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1141 void SetResult(APValue Value, const ASTContext &Context) { in SetResult() function