HomeSort by relevance Sort by last modified time
    Searched refs:CommandID (Results 1 - 6 of 6) 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);
75 unsigned CommandID) {
76 if (CommandID < llvm::array_lengthof(Commands))
77 return &Commands[CommandID];
91 unsigned CommandID) const {
92 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
CommentSema.cpp 53 unsigned CommandID,
56 CommandID,
79 unsigned CommandID,
82 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
285 unsigned CommandID,
288 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
371 unsigned CommandID) {
373 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
377 CommandID,
384 unsigned CommandID,
    [all...]
ASTDumper.cpp 291 const char *getCommandName(unsigned CommandID);
    [all...]
  /external/clang/include/clang/AST/
CommentCommandTraits.h 145 const CommandInfo *getCommandInfo(unsigned CommandID) const;
156 /// NULL if \c CommandID is not a builtin command.
157 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);
164 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 99 unsigned CommandID,
110 unsigned CommandID,
128 unsigned CommandID,
141 unsigned CommandID);
145 unsigned CommandID,
156 unsigned CommandID);
163 unsigned CommandID);
174 unsigned CommandID,

Completed in 62 milliseconds