Searched defs:ErrorInfoBase (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DError.h33 class ErrorInfoBase { class in namespace:llvm
35 virtual ~ErrorInfoBase() {}
75 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
76 /// are represented by setting the pointer to a ErrorInfoBase subclass
136 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
173 Error(std::unique_ptr<ErrorInfoBase> Payload) {
236 ErrorInfoBase *getPtr() const {
244 void setPtr(ErrorInfoBase *EI) {
266 std::unique_ptr<ErrorInfoBase> takePayload() {
267 std::unique_ptr<ErrorInfoBase> Tm
[all...]

Completed in 101 milliseconds