Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgSet.h69 bool IsArgContextEmpty() const;
H A DMICmdArgSet.cpp322 bool CMICmdArgSet::IsArgContextEmpty() const { in IsArgContextEmpty() function in CMICmdArgSet
H A DMICmdCmdMiscellanous.cpp205 if (m_setCmdArgs.IsArgContextEmpty()) in Execute()