Searched refs:GetArgs (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueArgs.h35 GetArgs (Args &args);
H A DOptionValueDictionary.h125 GetArgs (Args &args) const;
H A DOptionValueArray.h163 GetArgs (Args &args) const;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueArgs.cpp22 OptionValueArgs::GetArgs (Args &args) function in class:OptionValueArgs
H A DOptionValueArray.cpp145 OptionValueArray::GetArgs (Args &args) const function in class:OptionValueArray
H A DOptionValueProperties.cpp314 return array->GetArgs(args);
319 return dict->GetArgs(args);
H A DOptionValueDictionary.cpp86 OptionValueDictionary::GetArgs (Args &args) const function in class:OptionValueDictionary

Completed in 113 milliseconds