Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValOptionLong.cpp119 if (IsArgLongOption(rArg) && ArgNameMatch(rArg)) { in Validate()
142 if (IsArgOptionCorrect(rArg) && ArgNameMatch(rArg)) { in Validate()
283 bool CMICmdArgValOptionLong::ArgNameMatch(const CMIUtilString &vrTxt) const { in ArgNameMatch() function in CMICmdArgValOptionLong
H A DMICmdArgValOptionShort.h59 bool ArgNameMatch(const CMIUtilString &vrTxt) const override;
H A DMICmdArgValOptionShort.cpp126 bool CMICmdArgValOptionShort::ArgNameMatch(const CMIUtilString &vrTxt) const { in ArgNameMatch() function in CMICmdArgValOptionShort
H A DMICmdArgValOptionLong.h65 virtual bool ArgNameMatch(const CMIUtilString &vrTxt) const;