Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdBase.h162 CMICmdArgValBase *pPtrBase = nullptr; in GetOption() local
163 if (!m_setCmdArgs.GetArg(vStrOptionName, pPtrBase)) { in GetOption()
170 return static_cast<T *>(pPtrBase); in GetOption()