HomeSort by relevance Sort by last modified time
    Searched refs:CommandID (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/AST/
CommentCommandTraits.cpp 40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const {
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID))
43 return getRegisteredCommandInfo(CommandID);
113 unsigned CommandID) {
114 if (CommandID < llvm::array_lengthof(Commands))
115 return &Commands[CommandID];
129 unsigned CommandID) const {
130 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
CommentSema.cpp 53 unsigned CommandID,
56 CommandID,
83 unsigned CommandID,
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
284 unsigned CommandID,
287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
368 unsigned CommandID) {
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
374 CommandID,
381 unsigned CommandID,
    [all...]
ASTDumper.cpp 358 const char *getCommandName(unsigned CommandID);
    [all...]
  /external/chromium_org/components/translate/core/browser/
options_menu_model.h 18 enum CommandID {
  /external/clang/include/clang/AST/
CommentCommandTraits.h 150 const CommandInfo *getCommandInfo(unsigned CommandID) const;
161 /// NULL if \c CommandID is not a builtin command.
162 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);
169 const CommandInfo *getRegisteredCommandInfo(unsigned CommandID) const;
CommentSema.h 96 unsigned CommandID,
107 unsigned CommandID,
125 unsigned CommandID,
138 unsigned CommandID);
142 unsigned CommandID,
153 unsigned CommandID);
160 unsigned CommandID);
171 unsigned CommandID,
Comment.h 99 unsigned CommandID : 8;
142 unsigned CommandID : 8;
326 unsigned CommandID,
332 InlineCommandCommentBits.CommandID = CommandID;
344 return InlineCommandCommentBits.CommandID;
620 unsigned CommandID,
625 BlockCommandCommentBits.CommandID = CommandID;
632 unsigned CommandID,
    [all...]
  /external/chromium_org/ui/views/examples/
menu_example.cc 43 enum CommandID {
  /external/chromium_org/content/shell/browser/
shell_views.cc 104 enum CommandID {

Completed in 406 milliseconds