Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/InstallAPI/ !
H A DFileList.cpp82 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parseType()
155 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
158 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
162 return make_error<TextAPIError>(TextAPIErrorCode::InvalidInputFormat, in parse()
/src/contrib/llvm-project/llvm/lib/TextAPI/ !
H A DTextAPIError.cpp26 case TextAPIErrorCode::InvalidInputFormat: in log()
H A DUtils.cpp225 TextAPIError(TextAPIErrorCode::InvalidInputFormat, in parseAliasList()
/src/contrib/llvm-project/llvm/include/llvm/TextAPI/ !
H A DTextAPIError.h24 InvalidInputFormat, enumerator