Searched defs:CommandID (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/website_settings/
H A Dpermission_menu_model.h16 enum CommandID { enum in class:PermissionMenuModel
/external/clang/lib/AST/
H A DCommentCommandTraits.cpp40 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)];
117 getBuiltinCommandInfo( unsigned CommandID) argument
H A DCommentSema.cpp52 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,
49 actOnBlockCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
75 actOnParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
292 actOnTParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
379 actOnInlineCommand(SourceLocation CommandLocBegin, SourceLocation CommandLocEnd, unsigned CommandID) argument
392 actOnInlineCommand(SourceLocation CommandLocBegin, SourceLocation CommandLocEnd, unsigned CommandID, SourceLocation ArgLocBegin, SourceLocation ArgLocEnd, StringRef Arg) argument
415 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); local
419 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
435 actOnVerbatimBlockStart(SourceLocation Loc, unsigned CommandID) argument
458 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]
H A DASTDumper.cpp297 const char *getCommandName(unsigned CommandID);
1871 const char *ASTDumper::getCommandName(unsigned CommandID) { argument
1873 return Traits->getCommandInfo(CommandID)->Name;
1874 const CommandInfo *Info = CommandTraits::getBuiltinCommandInfo(CommandID);
/external/chromium_org/ui/views/examples/
H A Dmenu_example.cc41 enum CommandID { enum in class:views::examples::__anon14528::ExampleMenuModel
/external/clang/include/clang/AST/
H A DComment.h99 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,
313 InlineCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, RenderKind RK, ArrayRef<Argument> Args) argument
598 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
611 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
707 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
801 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
883 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
934 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]

Completed in 1775 milliseconds