Home | History | Annotate | Download | only in clang

Lines Matching refs:CompilationDatabase

2400     """Represents an error that occurred when working with a CompilationDatabase
2417 raise Exception("Encountered undefined CompilationDatabase error "
2475 class CompilationDatabase(ClangObject):
2477 The CompilationDatabase is a wrapper class around
2478 clang::tooling::CompilationDatabase
2490 "CompilationDatabase loading failed")
2491 return CompilationDatabase(res)
2495 """Builds a CompilationDatabase from the database found in buildDir"""
2502 "CompilationDatabase loading failed")
2577 CompilationDatabase.from_result),
3276 'CompilationDatabase',