Searched refs:ImportError (Results 1 – 22 of 22) sorted by relevance
52 class ImportError : public llvm::ErrorInfo<ImportError> {65 ImportError() : Error(Unknown) {} in ImportError() function66 ImportError(const ImportError &Other) : Error(Other.Error) {} in ImportError() function67 ImportError &operator=(const ImportError &Other) {71 ImportError(ErrorKind Error) : Error(Error) { } in ImportError() function262 llvm::DenseMap<Decl *, ImportError> ImportDeclErrors;592 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *FromD) const;595 void setImportDeclError(Decl *From, ImportError Error);
41 llvm::DenseMap<Decl *, ImportError> ImportErrors;67 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny()72 return Optional<ImportError>(); in getImportDeclErrorIfAny()75 void setImportDeclError(Decl *To, ImportError Error) { in setImportDeclError()
3 except ImportError:
26 except ImportError:
38 except ImportError:
60 except (ImportError, AttributeError):
6 except ImportError:
108 char ImportError::ID;1032 return make_error<ImportError>(ImportError::UnsupportedConstruct); in VisitType()3705 return make_error<ImportError>(ImportError::NameConflict); in VisitFieldDecl()3778 return make_error<ImportError>(ImportError::NameConflict); in VisitIndirectFieldDecl()3969 return make_error<ImportError>(ImportError::NameConflict); in VisitObjCIvarDecl()4266 return make_error<ImportError>(ImportError::NameConflict); in VisitObjCMethodDecl()5185 return make_error<ImportError>(ImportError::NameConflict); in VisitObjCImplementationDecl()5329 return make_error<ImportError>(ImportError::NameConflict); in VisitObjCPropertyImplDecl()5344 return make_error<ImportError>(ImportError::NameConflict); in VisitObjCPropertyImplDecl()5674 return make_error<ImportError>(ImportError::NameConflict); in VisitClassTemplateSpecializationDecl()[all …]
715 [&](const ImportError &IE) { in importDefinitionImpl()717 case ImportError::NameConflict: in importDefinitionImpl()720 case ImportError::UnsupportedConstruct: in importDefinitionImpl()723 case ImportError::Unknown: in importDefinitionImpl()
13 except ImportError:
51 except ImportError:139 except ImportError:
65 except ImportError:
51 except ImportError:
39 except ImportError:
182 except ImportError:
105 except ImportError:146 except ImportError:
12 except ImportError:
37 except ImportError:
24 except ImportError: