Lines Matching refs:CCmd
3008 CXCompileCommand CCmd;
3056 CCmd = clang_CompileCommands_getCommand(CCmds, i);
3058 wd = clang_CompileCommand_getDirectory(CCmd);
3066 numArgs = clang_CompileCommand_getNumArgs(CCmd);
3073 cxargs[a] = clang_CompileCommand_getArg(CCmd, a);
3246 CXCompileCommand CCmd;
3291 CCmd = clang_CompileCommands_getCommand(CCmds, j);
3293 wd = clang_CompileCommand_getDirectory(CCmd);
3298 numArgs = clang_CompileCommand_getNumArgs(CCmd);
3301 arg = clang_CompileCommand_getArg(CCmd, a);