Searched refs:TranslationUnitSaveError (Results 1 - 2 of 2) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py11 from clang.cindex import TranslationUnitSaveError namespace
123 except TranslationUnitSaveError as ex:
124 expected = TranslationUnitSaveError.ERROR_UNKNOWN
/external/clang/bindings/python/clang/
H A Dcindex.py90 class TranslationUnitSaveError(Exception): class in inherits:Exception
2593 If an error occurs while saving, a TranslationUnitSaveError is raised.
2594 If the error was TranslationUnitSaveError.ERROR_INVALID_TU, this means
2605 raise TranslationUnitSaveError(result,

Completed in 324 milliseconds