Home
last modified time | relevance | path

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

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