Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBVariablesOptions.cpp42 void SetIncludeRecognizedArguments(bool b) { in SetIncludeRecognizedArguments() function in VariablesOptionsImpl
138 void SBVariablesOptions::SetIncludeRecognizedArguments(bool arguments) { in SetIncludeRecognizedArguments() function in SBVariablesOptions
139 LLDB_RECORD_METHOD(void, SBVariablesOptions, SetIncludeRecognizedArguments, in SetIncludeRecognizedArguments()
142 m_opaque_up->SetIncludeRecognizedArguments(arguments); in SetIncludeRecognizedArguments()
256 SetIncludeRecognizedArguments, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBVariablesOptions.i38 SetIncludeRecognizedArguments (bool);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBVariablesOptions.h39 void SetIncludeRecognizedArguments(bool);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69459 (arg1)->SetIncludeRecognizedArguments(arg2); in _wrap_SBVariablesOptions_SetIncludeRecognizedArguments()