Home | History | Annotate | Download | only in libclang

Lines Matching refs:Cmd

43   AllocatedCXCompileCommands(std::vector<CompileCommand> Cmd)
44 : CCmd(std::move(Cmd)) {}
110 CompileCommand *cmd = static_cast<CompileCommand *>(CCmd);
111 return cxstring::createRef(cmd->Directory.c_str());
120 CompileCommand *cmd = static_cast<CompileCommand *>(CCmd);
121 return cxstring::createRef(cmd->Filename.c_str());
139 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd);
141 if (Arg >= Cmd->CommandLine.size())
144 return cxstring::createRef(Cmd->CommandLine[Arg].c_str());
162 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd);
164 if (I >= Cmd->MappedSources.size())
167 return cxstring::createRef(Cmd->MappedSources[I].first.c_str());
176 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd);
178 if (I >= Cmd->MappedSources.size())
181 return cxstring::createRef(Cmd->MappedSources[I].second.c_str());