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

/openbsd-current/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py20 from clang.cindex import TranslationUnitLoadError namespace
328 except TranslationUnitLoadError:
336 except TranslationUnitLoadError:
/openbsd-current/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py151 class TranslationUnitLoadError(Exception): class in inherits:Exception
2775 If an error was encountered during parsing, a TranslationUnitLoadError
2853 If an error occurs, a TranslationUnitLoadError is raised.
2893 raise TranslationUnitLoadError("Error parsing translation unit.")
2904 If the file cannot be loaded, a TranslationUnitLoadError will be
2917 raise TranslationUnitLoadError(filename)
4285 'TranslationUnitLoadError',

Completed in 121 milliseconds