Home
last modified time | relevance | path

Searched defs:CommandInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DCommentCommandTraits.h33 struct CommandInfo { struct
34 unsigned getID() const { in getID()
38 const char *Name;
41 const char *EndCommandName;
44 enum { NumCommandIDBits = 20 };
47 unsigned ID : NumCommandIDBits;
51 unsigned NumArgs : 4;
54 unsigned IsInlineCommand : 1;
57 unsigned IsBlockCommand : 1;
61 unsigned IsBriefCommand : 1;
[all …]
/external/rust/crates/argh_shared/src/
Dlib.rs10 pub struct CommandInfo<'a> { struct
22 pub fn write_description(out: &mut String, cmd: &CommandInfo<'_>) { in write_description() argument
/external/rust/crates/argh/src/
Dlib.rs179 pub type CommandInfo = argh_shared::CommandInfo<'static>; typedef
447 const COMMANDS: &'static [&'static CommandInfo]; variable
453 const COMMAND: &'static CommandInfo; variable
457 const COMMANDS: &'static [&'static CommandInfo] = &[T::COMMAND]; variable
923 pub fn missing_subcommands(&mut self, commands: &'static [&'static CommandInfo]) { in missing_subcommands()
/external/ImageMagick/utilities/
Dmagick.c79 } CommandInfo; in MagickMain() typedef