Home
last modified time | relevance | path

Searched refs:ClangErrorException (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dclang.py22 class ClangErrorException(Exception): class
54 raise ClangErrorException(last_line)
H A Danalyze.py37 ClangErrorException
514 except ClangErrorException:
572 except ClangErrorException as ex: