Esempio n. 1
0
/**
 * \brief Get the number of CompileCommand we have for a file
 */
func (cmds CompileCommands) GetSize() int {
	return int(C.clang_CompileCommands_getSize(cmds.c))
}
Esempio n. 2
0
// Get the number of CompileCommand we have for a file
func (cc CompileCommands) Size() uint32 {
	return uint32(C.clang_CompileCommands_getSize(cc.c))
}