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

/external/clang/tools/libclang/
H A DCXCompilationDatabase.cpp63 clang_CompileCommands_dispose(CXCompileCommands Cmds) argument
65 delete static_cast<AllocatedCXCompileCommands *>(Cmds);
69 clang_CompileCommands_getSize(CXCompileCommands Cmds) argument
71 if (!Cmds)
75 static_cast<AllocatedCXCompileCommands *>(Cmds);
81 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I) argument
83 if (!Cmds)
87 static_cast<AllocatedCXCompileCommands *>(Cmds);

Completed in 59 milliseconds