Home | History | Annotate | Download | only in clang

Lines Matching refs:TranslationUnitLoadError

80 class TranslationUnitLoadError(Exception):
2237 If an error was encountered during parsing, a TranslationUnitLoadError
2315 If an error occurs, a TranslationUnitLoadError is raised.
2353 raise TranslationUnitLoadError("Error parsing translation unit.")
2364 If the file cannot be loaded, a TranslationUnitLoadError will be
2375 raise TranslationUnitLoadError(filename)
3641 'TranslationUnitLoadError',