Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A 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);
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A 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()
H A DCMakeLists.txt15 CXCompilationDatabase.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/libclang/
H A DBUILD.gn69 "CXCompilationDatabase.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DJSONCompilationDatabase.rst42 `CXCompilationDatabase.h </doxygen/group__COMPILATIONDB.html>`_.
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4046 CXCompilationDatabase db = 0; in index_compile_db()
4304 CXCompilationDatabase db; in perform_test_compilation_db()