Searched refs:IndexError (Results 1 – 11 of 11) sorted by relevance
142 char IndexError::ID;144 void IndexError::log(raw_ostream &OS) const { in log()148 std::error_code IndexError::convertToErrorCode() const { in convertToErrorCode()185 return llvm::make_error<IndexError>(index_error_code::missing_index_file, in parseCrossTUIndex()195 return llvm::make_error<IndexError>( in parseCrossTUIndex()206 return llvm::make_error<IndexError>( in parseCrossTUIndex()288 return llvm::make_error<IndexError>( in getCrossTUDefinitionImpl()309 return llvm::make_error<IndexError>(index_error_code::triple_mismatch, in getCrossTUDefinitionImpl()321 return llvm::make_error<IndexError>(index_error_code::lang_mismatch); in getCrossTUDefinitionImpl()342 return llvm::make_error<IndexError>( in getCrossTUDefinitionImpl()[all …]
61 class IndexError : public llvm::ErrorInfo<IndexError> {64 IndexError(index_error_code C) : Code(C), LineNo(0) {} in IndexError() function65 IndexError(index_error_code C, std::string FileName, int LineNo = 0)67 IndexError(index_error_code C, std::string FileName, std::string TripleToName, in IndexError() function187 void emitCrossTUDiagnostics(const IndexError &IE);
138 except IndexError:168 except IndexError:197 except IndexError:223 except IndexError:
18 raise IndexError("list index out of range")
21 raise IndexError
26 raise IndexError(error.GetCString())
31 except IndexError:
350 except (IndexError, KeyError):371 except IndexError:
301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
355 raise IndexError("Index '%d' is out of range" % key)
605 [&](const cross_tu::IndexError &IE) { in getRuntimeDefinition()