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

/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXCompilationDatabase.cpp37 struct AllocatedCXCompileCommands struct
41 AllocatedCXCompileCommands(std::vector<CompileCommand> Cmd) function in struct:AllocatedCXCompileCommands
52 return new AllocatedCXCompileCommands(std::move(CCmd));
63 return new AllocatedCXCompileCommands(std::move(CCmd));
72 delete static_cast<AllocatedCXCompileCommands *>(Cmds);
81 AllocatedCXCompileCommands *ACC =
82 static_cast<AllocatedCXCompileCommands *>(Cmds);
93 AllocatedCXCompileCommands *ACC =
94 static_cast<AllocatedCXCompileCommands *>(Cmds);

Completed in 69 milliseconds