Searched refs:clang_CompilationDatabase_getCompileCommands (Results 1 – 6 of 6) sorted by relevance
94 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase,
48 clang_CompilationDatabase_getCompileCommands(CXCompilationDatabase CDb, in clang_CompilationDatabase_getCompileCommands() function
306 clang_CompilationDatabase_getCompileCommands
1767 …pub fn clang_CompilationDatabase_getCompileCommands(database: CXCompilationDatabase, filename: *co…
2837 return conf.lib.clang_CompilationDatabase_getCompileCommands(self,
3767 CCmds = clang_CompilationDatabase_getCompileCommands(db, argv[i+1]); in perform_test_compilation_db()