Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp80 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parseType()
153 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
156 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
160 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h25 InvalidInputFormat, enumerator
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp228 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()