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

/external/clang/bindings/python/tests/cindex/
H A Dtest_translation_unit.py12 from clang.cindex import TranslationUnitLoadError namespace
241 except TranslationUnitLoadError:
249 except TranslationUnitLoadError:
/external/clang/bindings/python/clang/
H A Dcindex.py80 class TranslationUnitLoadError(Exception): class in inherits:Exception
2291 If an error was encountered during parsing, a TranslationUnitLoadError
2369 If an error occurs, a TranslationUnitLoadError is raised.
2407 raise TranslationUnitLoadError("Error parsing translation unit.")
2418 If the file cannot be loaded, a TranslationUnitLoadError will be
2429 raise TranslationUnitLoadError(filename)
3742 'TranslationUnitLoadError',

Completed in 205 milliseconds