Home
last modified time | relevance | path

Searched refs:IndexError (Results 1 – 11 of 11) sorted by relevance

/src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp142 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 …]
/src/contrib/llvm-project/clang/include/clang/CrossTU/
H A DCrossTranslationUnit.h61 class IndexError : public llvm::ErrorInfo<IndexError> {
64 IndexError(index_error_code C) : Code(C), LineNo(0) {} in IndexError() function
65 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() function
187 void emitCrossTUDiagnostics(const IndexError &IE);
/src/contrib/dialog/samples/
H A Ddialog.py138 except IndexError:
168 except IndexError:
197 except IndexError:
223 except IndexError:
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressRangeListExtensions.i18 raise IndexError("list index out of range")
H A DSBSymbolContextListExtensions.i21 raise IndexError
H A DSBDataExtensions.i26 raise IndexError(error.GetCString())
/src/contrib/wpa/wpa_supplicant/utils/
H A Dlog2pcap.py31 except IndexError:
/src/sys/contrib/openzfs/cmd/
H A Ddbufstat.in350 except (IndexError, KeyError):
371 except IndexError:
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
/src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig355 raise IndexError("Index '%d' is out of range" % key)
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp605 [&](const cross_tu::IndexError &IE) { in getRuntimeDefinition()