Home
last modified time | relevance | path

Searched defs:TextAPIError (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h35 TextAPIError(TextAPIErrorCode EC) : EC(EC) {} in TextAPIError() function
36 TextAPIError(TextAPIErrorCode EC, std::string Msg) in TextAPIError() function