Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValOptionLong.cpp142 if (IsArgOptionCorrect(rArg) && ArgNameMatch(rArg)) { in Validate()
268 bool CMICmdArgValOptionLong::IsArgOptionCorrect( in IsArgOptionCorrect() function in CMICmdArgValOptionLong
H A DMICmdArgValOptionShort.h58 bool IsArgOptionCorrect(const CMIUtilString &vrTxt) const override;
H A DMICmdArgValOptionShort.cpp111 bool CMICmdArgValOptionShort::IsArgOptionCorrect( in IsArgOptionCorrect() function in CMICmdArgValOptionShort
H A DMICmdArgValOptionLong.h64 virtual bool IsArgOptionCorrect(const CMIUtilString &vrTxt) const;