HomeSort by relevance Sort by last modified time
    Searched defs:IndexError (Results 1 - 8 of 8) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h 47 class IndexError : public llvm::ErrorInfo<IndexError> {
50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
140 void emitCrossTUDiagnostics(const IndexError &IE);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h 47 class IndexError : public llvm::ErrorInfo<IndexError> {
50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
140 void emitCrossTUDiagnostics(const IndexError &IE);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h 47 class IndexError : public llvm::ErrorInfo<IndexError> {
50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
140 void emitCrossTUDiagnostics(const IndexError &IE);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h 47 class IndexError : public llvm::ErrorInfo<IndexError> {
50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
140 void emitCrossTUDiagnostics(const IndexError &IE);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CrossTU/
CrossTranslationUnit.h 47 class IndexError : public llvm::ErrorInfo<IndexError> {
50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
140 void emitCrossTUDiagnostics(const IndexError &IE);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CrossTU/
CrossTranslationUnit.h 47 class IndexError : public llvm::ErrorInfo<IndexError> {
50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
140 void emitCrossTUDiagnostics(const IndexError &IE);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CrossTU/
CrossTranslationUnit.h 47 class IndexError : public llvm::ErrorInfo<IndexError> {
50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
140 void emitCrossTUDiagnostics(const IndexError &IE);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CrossTU/
CrossTranslationUnit.h 47 class IndexError : public llvm::ErrorInfo<IndexError> {
50 IndexError(index_error_code C) : Code(C), LineNo(0) {}
51 IndexError(index_error_code C, std::string FileName, int LineNo = 0)
140 void emitCrossTUDiagnostics(const IndexError &IE);

Completed in 773 milliseconds