Exemple #1
0
// Get the number of arguments in the compiler invocation.
func (cc CompileCommand) NumArgs() uint32 {
	return uint32(C.clang_CompileCommand_getNumArgs(cc.c))
}
Exemple #2
0
/**
 * \brief Get the number of arguments in the compiler invocation.
 *
 */
func (cmd CompileCommand) GetNumArgs() int {
	return int(C.clang_CompileCommand_getNumArgs(cmd.c))
}