Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXCompilationDatabase.cpp32 clang_CompilationDatabase_dispose(CXCompilationDatabase CDb) in clang_CompilationDatabase_dispose() argument
34 delete static_cast<CompilationDatabase *>(CDb); in clang_CompilationDatabase_dispose()
46 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase CDb, in clang_CompilationDatabase_getCompileCommands() argument
49 if (CompilationDatabase *db = static_cast<CompilationDatabase *>(CDb)) { in clang_CompilationDatabase_getCompileCommands()
59 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase CDb) { in clang_CompilationDatabase_getAllCompileCommands() argument
60 if (CompilationDatabase *db = static_cast<CompilationDatabase *>(CDb)) { in clang_CompilationDatabase_getAllCompileCommands()