HomeSort by relevance Sort by last modified time
    Searched refs:CommandID (Results 1 - 8 of 8) 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);
118 unsigned CommandID) {
119 if (CommandID < llvm::array_lengthof(Commands))
120 return &Commands[CommandID];
134 unsigned CommandID) const {
135 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
CommentSema.cpp 52 unsigned CommandID,
55 CommandID,
78 unsigned CommandID,
81 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
295 unsigned CommandID,
298 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
381 unsigned CommandID) {
383 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
387 CommandID,
394 unsigned CommandID,
    [all...]
ASTDumper.cpp 297 const char *getCommandName(unsigned CommandID);
    [all...]
  /external/clang/include/clang/AST/
CommentCommandTraits.h 147 const CommandInfo *getCommandInfo(unsigned CommandID) const;
158 /// NULL if \c CommandID is not a builtin command.
159 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);
166 const CommandInfo *getRegisteredCommandInfo(unsigned CommandID) const;
Comment.h 99 unsigned CommandID : 8;
132 unsigned CommandID : 8;
315 unsigned CommandID,
321 InlineCommandCommentBits.CommandID = CommandID;
333 return InlineCommandCommentBits.CommandID;
601 unsigned CommandID,
606 BlockCommandCommentBits.CommandID = CommandID;
613 unsigned CommandID,
    [all...]
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,
  /external/chromium_org/chrome/browser/ui/website_settings/
permission_menu_model.h 16 enum CommandID {
  /external/chromium_org/ui/views/examples/
menu_example.cc 41 enum CommandID {

Completed in 160 milliseconds