Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValOptionLong.cpp119 if (IsArgLongOption(rArg) && ArgNameMatch(rArg)) { in Validate()
241 bool CMICmdArgValOptionLong::IsArgLongOption(const CMIUtilString &vrTxt) const { in IsArgLongOption() function in CMICmdArgValOptionLong
270 return IsArgLongOption(vrTxt); in IsArgOptionCorrect()
H A DMICmdArgValOptionLong.h47 bool IsArgLongOption(const CMIUtilString &vrTxt) const;
H A DMICmdArgValListBase.cpp189 bValid = CMICmdArgValOptionLong().IsArgLongOption(vrTxt); in IsExpectedCorrectType()