Searched refs:CommandID (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | CommentCommandTraits.cpp | 40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const { in getCommandInfo() 41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID)) in getCommandInfo() 43 return getRegisteredCommandInfo(CommandID); in getCommandInfo() 117 unsigned CommandID) { in getBuiltinCommandInfo() argument 118 if (CommandID < llvm::array_lengthof(Commands)) in getBuiltinCommandInfo() 119 return &Commands[CommandID]; in getBuiltinCommandInfo() 133 unsigned CommandID) const { in getRegisteredCommandInfo() 134 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)]; in getRegisteredCommandInfo()
|
| H A D | CommentSema.cpp | 53 unsigned CommandID, in actOnBlockCommandStart() argument 83 unsigned CommandID, in actOnParamCommandStart() argument 284 unsigned CommandID, in actOnTParamCommandStart() argument 368 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() 372 CommandID, in actOnInlineCommand() 392 CommandID, in actOnInlineCommand() 401 return actOnUnknownCommand(LocBegin, LocEnd, CommandID); in actOnUnknownCommand() 409 LocBegin, LocEnd, CommandID, in actOnUnknownCommand() 426 CommandID); in actOnVerbatimBlockStart() 444 unsigned CommandID, in actOnVerbatimLine() argument [all …]
|
| H A D | TextNodeDumper.cpp | 436 const char *TextNodeDumper::getCommandName(unsigned CommandID) { in getCommandName() argument 438 return Traits->getCommandInfo(CommandID)->Name; in getCommandName() 440 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CommentSema.h | 92 unsigned CommandID, 103 unsigned CommandID, 121 unsigned CommandID, 134 unsigned CommandID); 138 unsigned CommandID, 149 unsigned CommandID); 156 unsigned CommandID); 167 unsigned CommandID,
|
| H A D | Comment.h | 324 unsigned CommandID, in InlineCommandComment() argument 330 InlineCommandCommentBits.CommandID = CommandID; in InlineCommandComment() 617 unsigned CommandID, in BlockCommandComment() argument 622 BlockCommandCommentBits.CommandID = CommandID; in BlockCommandComment() 629 unsigned CommandID, in BlockCommandComment() argument 634 BlockCommandCommentBits.CommandID = CommandID; in BlockCommandComment() 725 unsigned CommandID, in ParamCommandComment() argument 819 unsigned CommandID, in TParamCommandComment() argument 901 unsigned CommandID) : in VerbatimBlockComment() argument 952 unsigned CommandID, in VerbatimLineComment() argument [all …]
|
| H A D | CommentCommandTraits.h | 154 const CommandInfo *getCommandInfo(unsigned CommandID) const; 166 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID); 173 const CommandInfo *getRegisteredCommandInfo(unsigned CommandID) const;
|
| H A D | TextNodeDumper.h | 148 const char *getCommandName(unsigned CommandID);
|