Searched refs:CCmd (Results 1 – 2 of 2) sorted by relevance
39 std::vector<CompileCommand> CCmd; member42 : CCmd(std::move(Cmd)) {} in AllocatedCXCompileCommands()50 std::vector<CompileCommand> CCmd(db->getCompileCommands(CompleteFileName)); in clang_CompilationDatabase_getCompileCommands() local51 if (!CCmd.empty()) in clang_CompilationDatabase_getCompileCommands()52 return new AllocatedCXCompileCommands(std::move(CCmd)); in clang_CompilationDatabase_getCompileCommands()61 std::vector<CompileCommand> CCmd(db->getAllCompileCommands()); in clang_CompilationDatabase_getAllCompileCommands() local62 if (!CCmd.empty()) in clang_CompilationDatabase_getAllCompileCommands()63 return new AllocatedCXCompileCommands(std::move(CCmd)); in clang_CompilationDatabase_getAllCompileCommands()84 return ACC->CCmd.size(); in clang_CompileCommands_getSize()96 if (I >= ACC->CCmd.size()) in clang_CompileCommands_getCommand()[all …]
4048 CXCompileCommand CCmd; in index_compile_db() local4097 CCmd = clang_CompileCommands_getCommand(CCmds, i); in index_compile_db()4099 wd = clang_CompileCommand_getDirectory(CCmd); in index_compile_db()4107 numArgs = clang_CompileCommand_getNumArgs(CCmd); in index_compile_db()4114 cxargs[a] = clang_CompileCommand_getArg(CCmd, a); in index_compile_db()4306 CXCompileCommand CCmd; in perform_test_compilation_db() local4352 CCmd = clang_CompileCommands_getCommand(CCmds, j); in perform_test_compilation_db()4354 wd = clang_CompileCommand_getDirectory(CCmd); in perform_test_compilation_db()4359 numArgs = clang_CompileCommand_getNumArgs(CCmd); in perform_test_compilation_db()4362 arg = clang_CompileCommand_getArg(CCmd, a); in perform_test_compilation_db()