Searched defs:AllocatedCXCompileCommands (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp39 struct AllocatedCXCompileCommands struct
43 AllocatedCXCompileCommands(std::vector<CompileCommand> Cmd) function in struct:AllocatedCXCompileCommands
54 return new AllocatedCXCompileCommands(std::move(CCmd));
65 return new AllocatedCXCompileCommands(std::move(CCmd));
74 delete static_cast<AllocatedCXCompileCommands *>(Cmds);
83 AllocatedCXCompileCommands *ACC =
84 static_cast<AllocatedCXCompileCommands *>(Cmds);
95 AllocatedCXCompileCommands *ACC =
96 static_cast<AllocatedCXCompileCommands *>(Cmds);

Completed in 54 milliseconds