Home | History | Annotate | Download | only in libclang

Lines Matching refs:CompileCommand

41   std::vector<CompileCommand> CCmd;
43 AllocatedCXCompileCommands(std::vector<CompileCommand> Cmd)
52 std::vector<CompileCommand> CCmd(db->getCompileCommands(CompleteFileName));
63 std::vector<CompileCommand> CCmd(db->getAllCompileCommands());
110 CompileCommand *cmd = static_cast<CompileCommand *>(CCmd);
120 return static_cast<CompileCommand *>(CCmd)->CommandLine.size();
129 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd);
143 return static_cast<CompileCommand *>(CCmd)->MappedSources.size();
152 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd);
166 CompileCommand *Cmd = static_cast<CompileCommand *>(CCmd);