OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompilationDatabaseError
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_cdb.py
7
from clang.cindex import
CompilationDatabaseError
32
with self.assertRaises(
CompilationDatabaseError
) as cm:
39
CompilationDatabaseError
.ERROR_CANNOTLOADDATABASE)
/src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py
3145
class
CompilationDatabaseError
(Exception):
3240
raise
CompilationDatabaseError
(0,
3251
except
CompilationDatabaseError
as e:
3252
raise
CompilationDatabaseError
(int(errorCode.value),
Completed in 57 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026