Home
last modified time | relevance | path

Searched refs:clang_CompilationDatabase_fromDirectory (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DCXCompilationDatabase.h79 clang_CompilationDatabase_fromDirectory(const char *BuildDir,
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCompilationDatabase.cpp11 clang_CompilationDatabase_fromDirectory(const char *BuildDir, in clang_CompilationDatabase_fromDirectory() function
H A Dlibclang.map41 clang_CompilationDatabase_fromDirectory;
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c4090 db = clang_CompilationDatabase_fromDirectory(buildDir, &ec); in index_compile_db()
4347 db = clang_CompilationDatabase_fromDirectory(buildDir, &ec); in perform_test_compilation_db()
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py3306 cdb = conf.lib.clang_CompilationDatabase_fromDirectory(fspath(buildDir),