Home
last modified time | relevance | path

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

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