Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:CCmd

4048     CXCompileCommand CCmd;
4097 CCmd = clang_CompileCommands_getCommand(CCmds, i);
4099 wd = clang_CompileCommand_getDirectory(CCmd);
4107 numArgs = clang_CompileCommand_getNumArgs(CCmd);
4114 cxargs[a] = clang_CompileCommand_getArg(CCmd, a);
4306 CXCompileCommand CCmd;
4352 CCmd = clang_CompileCommands_getCommand(CCmds, j);
4354 wd = clang_CompileCommand_getDirectory(CCmd);
4359 numArgs = clang_CompileCommand_getNumArgs(CCmd);
4362 arg = clang_CompileCommand_getArg(CCmd, a);