Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValOptionShort.cpp83 bool CMICmdArgValOptionShort::IsArgShortOption( in IsArgShortOption() function in CMICmdArgValOptionShort
113 return IsArgShortOption(vrTxt); in IsArgOptionCorrect()
H A DMICmdArgValOptionShort.h48 bool IsArgShortOption(const CMIUtilString &vrTxt) const;
H A DMICmdArgValListBase.cpp192 bValid = CMICmdArgValOptionShort().IsArgShortOption(vrTxt); in IsExpectedCorrectType()