Home
last modified time | relevance | path

Searched refs:CXCompilationDatabase (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang-c/
DCXCompilationDatabase.h37 typedef void * CXCompilationDatabase; typedef
78 CINDEX_LINKAGE CXCompilationDatabase
86 clang_CompilationDatabase_dispose(CXCompilationDatabase);
93 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase,
100 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase);
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXCompilationDatabase.cpp10 CXCompilationDatabase
32 clang_CompilationDatabase_dispose(CXCompilationDatabase CDb) in clang_CompilationDatabase_dispose()
46 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase CDb, in clang_CompilationDatabase_getCompileCommands()
59 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase CDb) { in clang_CompilationDatabase_getAllCompileCommands()
DCMakeLists.txt37 CXCompilationDatabase.cpp
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/tools/libclang/
DBUILD.gn76 "CXCompilationDatabase.cpp",
/openbsd/src/gnu/llvm/clang/docs/
DJSONCompilationDatabase.rst52 `CXCompilationDatabase.h </doxygen/group__COMPILATIONDB.html>`_.
/openbsd/src/gnu/llvm/clang/tools/c-index-test/
Dc-index-test.c4071 CXCompilationDatabase db = 0; in index_compile_db()
4329 CXCompilationDatabase db; in perform_test_compilation_db()