LLDB mainline
Variable.cpp File Reference

Go to the source code of this file.

Functions

static void PrivateAutoComplete (StackFrame *frame, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request)
static CompilerType GetInstanceType (StackFrame &frame, VariableList &variable_list)
 Get the CompilerType of the current instance (this/self) for direct ivar completion.
static void PrivateAutoCompleteMembers (StackFrame *frame, const std::string &partial_member_name, llvm::StringRef partial_path, const llvm::Twine &prefix_path, const CompilerType &compiler_type, CompletionRequest &request)

Function Documentation

◆ GetInstanceType()

CompilerType GetInstanceType ( StackFrame & frame,
VariableList & variable_list )
static

◆ PrivateAutoComplete()

◆ PrivateAutoCompleteMembers()