Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValFile.cpp70 if (IsFilePath(rFile)) { in Validate()
86 if (IsFilePath(rTxt)) { in Validate()
135 bool CMICmdArgValFile::IsFilePath(const CMIUtilString &vrFileNamePath) const { in IsFilePath() function in CMICmdArgValFile
H A DMICmdArgValFile.h35 bool IsFilePath(const CMIUtilString &vrFileNamePath) const;
H A DMICmdArgValListBase.cpp180 bValid = CMICmdArgValFile().IsFilePath(vrTxt); in IsExpectedCorrectType()
H A DMIDriver.cpp442 if (argFile.IsFilePath(strArg) || in ParseArgs()