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

/external/ImageMagick/utilities/
H A Dmagick.c81 } CommandInfo;
83 const CommandInfo
79 } CommandInfo; typedef in typeref:struct:_CommandInfo
/external/clang/include/clang/AST/
H A DCommentCommandTraits.h33 struct CommandInfo { struct in namespace:clang::comments
121 /// \brief True if this command is unknown. This \c CommandInfo object was
142 /// \returns a CommandInfo object for a given command name or
143 /// NULL if no CommandInfo object exists for this command.
144 const CommandInfo *getCommandInfoOrNULL(StringRef Name) const;
146 const CommandInfo *getCommandInfo(StringRef Name) const {
147 if (const CommandInfo *Info = getCommandInfoOrNULL(Name))
152 const CommandInfo *getTypoCorrectCommandInfo(StringRef Typo) const;
154 const CommandInfo *getCommandInfo(unsigned CommandID) const;
156 const CommandInfo *registerUnknownComman
[all...]

Completed in 115 milliseconds