Searched defs:ErrorInfoBase (Results 1 – 3 of 3) sorted by relevance
45 handleAllErrors(ResOrErr.takeError(), [&](const ErrorInfoBase &) { in SymbolOrNumber()
71 handleAllErrors(Pat.takeError(), [&](ErrorInfoBase &) {}); in TEST_F() argument255 handleAllErrors(Pat.takeError(), [&](ErrorInfoBase &) {}); in TEST_F() argument
27 class ErrorInfoBase; variable