Searched refs:clang_CompilationDatabase_getAllCompileCommands (Results 1 – 15 of 15) sorted by relevance
100 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase);
101 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase);
61 clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase CDb) { in clang_CompilationDatabase_getAllCompileCommands() function
307 clang_CompilationDatabase_getAllCompileCommands
1907 …pub fn clang_CompilationDatabase_getAllCompileCommands(database: CXCompilationDatabase) -> CXCompi…
2845 return conf.lib.clang_CompilationDatabase_getAllCompileCommands(self)
3485 return conf.lib.clang_CompilationDatabase_getAllCompileCommands(self)
3460 return conf.lib.clang_CompilationDatabase_getAllCompileCommands(self)
3631 return conf.lib.clang_CompilationDatabase_getAllCompileCommands(self)
3516 CCmds = clang_CompilationDatabase_getAllCompileCommands(db); in index_compile_db()