Home
last modified time | relevance | path

Searched refs:ImportError (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h52 class ImportError : public llvm::ErrorInfo<ImportError> {
65 ImportError() : Error(Unknown) {} in ImportError() function
66 ImportError(const ImportError &Other) : Error(Other.Error) {} in ImportError() function
67 ImportError &operator=(const ImportError &Other) {
71 ImportError(ErrorKind Error) : Error(Error) { } in ImportError() function
262 llvm::DenseMap<Decl *, ImportError> ImportDeclErrors;
592 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *FromD) const;
595 void setImportDeclError(Decl *From, ImportError Error);
H A DASTImporterSharedState.h41 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()
/freebsd-13.1/contrib/libucl/python/tests/
H A Dcompat.py3 except ImportError:
/freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dkeywords.py26 except ImportError:
H A Dtokenize.py26 except ImportError:
H A Dast.py38 except ImportError:
/freebsd-13.1/cddl/contrib/opensolaris/cmd/pyzfs/
H A Dpyzfs.py60 except (ImportError, AttributeError):
/freebsd-13.1/contrib/libucl/python/
H A Dsetup.py6 except ImportError:
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp108 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 …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp715 [&](const ImportError &IE) { in importDefinitionImpl()
717 case ImportError::NameConflict: in importDefinitionImpl()
720 case ImportError::UnsupportedConstruct: in importDefinitionImpl()
723 case ImportError::Unknown: in importDefinitionImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py13 except ImportError:
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig51 except ImportError:
139 except ImportError:
/freebsd-13.1/contrib/googletest/googletest/scripts/
H A Dfuse_gtest_files.py65 except ImportError:
H A Dupload.py51 except ImportError:
/freebsd-13.1/contrib/subversion/
H A Dgen-make.py39 except ImportError:
H A Dwin-tests.py39 except ImportError:
/freebsd-13.1/tools/build/
H A Dmake.py182 except ImportError:
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dax_python_devel.m4105 except ImportError:
146 except ImportError:
/freebsd-13.1/contrib/lib9p/pytest/
H A Dclient.py12 except ImportError:
/freebsd-13.1/contrib/bc/tests/
H A Dhistory.py37 except ImportError:
/freebsd-13.1/contrib/googletest/googlemock/scripts/
H A Dupload.py51 except ImportError:
/freebsd-13.1/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in24 except ImportError: