Lines Matching refs:IE
342 void CrossTranslationUnitContext::emitCrossTUDiagnostics(const IndexError &IE) {
343 switch (IE.getCode()) {
346 << IE.getFileName();
350 << IE.getFileName() << IE.getLineNum();
354 << IE.getLineNum();
358 << IE.getFileName() << IE.getTripleToName() << IE.getTripleFromName();
703 [&](const ImportError &IE) {
704 switch (IE.Error) {