Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCompilationDatabase.cpp34 clang_CompilationDatabase_dispose(CXCompilationDatabase CDb) in clang_CompilationDatabase_dispose() argument
36 delete static_cast<CompilationDatabase *>(CDb); in clang_CompilationDatabase_dispose()
48 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase CDb, in clang_CompilationDatabase_getCompileCommands() argument
51 if (CompilationDatabase *db = static_cast<CompilationDatabase *>(CDb)) { in clang_CompilationDatabase_getCompileCommands()
61 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase CDb) { in clang_CompilationDatabase_getAllCompileCommands() argument
62 if (CompilationDatabase *db = static_cast<CompilationDatabase *>(CDb)) { in clang_CompilationDatabase_getAllCompileCommands()