Searched refs:CommandID (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 56 CommandID, in actOnBlockCommandStart() 83 unsigned CommandID, in actOnParamCommandStart() argument 86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID, in actOnParamCommandStart() 286 unsigned CommandID, in actOnTParamCommandStart() argument 289 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID, in actOnTParamCommandStart() 368 unsigned CommandID) { in actOnInlineCommand() argument 370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand() 374 CommandID, in actOnInlineCommand() 381 unsigned CommandID, in actOnInlineCommand() argument [all …]
|
| H A D | JSONNodeDumper.cpp | 1505 StringRef JSONNodeDumper::getCommentCommandName(unsigned CommandID) const { in getCommentCommandName() 1507 return Traits->getCommandInfo(CommandID)->Name; in getCommentCommandName() 1509 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
|
| H A D | TextNodeDumper.cpp | 703 const char *TextNodeDumper::getCommandName(unsigned CommandID) { in getCommandName() argument 705 return Traits->getCommandInfo(CommandID)->Name; in getCommandName() 707 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Comment.h | 99 unsigned CommandID : CommandInfo::NumCommandIDBits; variable 143 unsigned CommandID : CommandInfo::NumCommandIDBits; variable 323 unsigned CommandID, in InlineCommandComment() argument 329 InlineCommandCommentBits.CommandID = CommandID; in InlineCommandComment() 341 return InlineCommandCommentBits.CommandID; in getCommandID() 616 unsigned CommandID, in BlockCommandComment() argument 621 BlockCommandCommentBits.CommandID = CommandID; in BlockCommandComment() 628 unsigned CommandID, in BlockCommandComment() argument 633 BlockCommandCommentBits.CommandID = CommandID; in BlockCommandComment() 651 return BlockCommandCommentBits.CommandID; in getCommandID() [all …]
|
| H A D | CommentSema.h | 91 unsigned CommandID, 102 unsigned CommandID, 120 unsigned CommandID, 133 unsigned CommandID); 137 unsigned CommandID, 148 unsigned CommandID); 155 unsigned CommandID); 166 unsigned CommandID,
|
| H A D | CommentCommandTraits.h | 153 const CommandInfo *getCommandInfo(unsigned CommandID) const; 165 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID); 172 const CommandInfo *getRegisteredCommandInfo(unsigned CommandID) const;
|
| H A D | TextNodeDumper.h | 155 const char *getCommandName(unsigned CommandID);
|
| H A D | JSONNodeDumper.h | 184 StringRef getCommentCommandName(unsigned CommandID) const;
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | ClangFormatPackage.cs | 223 …var menuCommandID = new CommandID(GuidList.guidClangFormatCmdSet, (int)PkgCmdIDList.cmdidClangForm… in Initialize() 229 …var menuCommandID = new CommandID(GuidList.guidClangFormatCmdSet, (int)PkgCmdIDList.cmdidClangForm… in Initialize() 248 switch (mc.CommandID.ID) in MenuItemCallback()
|