Home
last modified time | relevance | path

Searched defs:SetContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp289 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp, in SetContext() function in ExecutionContext
300 void ExecutionContext::SetContext(const lldb::ProcessSP &process_sp) { in SetContext() function in ExecutionContext
310 void ExecutionContext::SetContext(const lldb::ThreadSP &thread_sp) { in SetContext() function in ExecutionContext
325 void ExecutionContext::SetContext(const lldb::StackFrameSP &frame_sp) { in SetContext() function in ExecutionContext
/llvm-project/lldb/include/lldb/Core/
H A DValue.h96 void SetContext(ContextType context_type, void *p) { in SetContext() function
/llvm-project/flang/include/flang/Parser/
H A Dmessage.h221 void SetContext(Message *c) { SetContext() function
316 common::Restorer<Message::Reference> SetContext(Message *m) { SetContext() function