Home
last modified time | relevance | path

Searched refs:CommandID (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentCommandTraits.cpp40 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 < std::size(Commands)) in getBuiltinCommandInfo()
119 return &Commands[CommandID]; in getBuiltinCommandInfo()
133 unsigned CommandID) const { in getRegisteredCommandInfo()
134 return RegisteredCommands[CommandID - std::size(Commands)]; in getRegisteredCommandInfo()
H A DCommentSema.cpp53 unsigned CommandID, in actOnBlockCommandStart() argument
56 CommandID, in actOnBlockCommandStart()
83 unsigned CommandID, in actOnParamCommandStart() argument
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID, in actOnParamCommandStart()
282 unsigned CommandID, in actOnTParamCommandStart() argument
285 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID, in actOnTParamCommandStart()
362 SourceLocation CommandLocEnd, unsigned CommandID, in actOnInlineCommand() argument
364 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name; in actOnInlineCommand()
367 InlineCommandComment(CommandLocBegin, CommandLocEnd, CommandID, in actOnInlineCommand()
374 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); in actOnUnknownCommand() local
[all …]
H A DJSONNodeDumper.cpp1597 StringRef JSONNodeDumper::getCommentCommandName(unsigned CommandID) const { in getCommentCommandName()
1599 return Traits->getCommandInfo(CommandID)->Name; in getCommentCommandName()
1601 comments::CommandTraits::getBuiltinCommandInfo(CommandID)) in getCommentCommandName()
H A DTextNodeDumper.cpp746 const char *TextNodeDumper::getCommandName(unsigned CommandID) { in getCommandName() argument
748 return Traits->getCommandInfo(CommandID)->Name; in getCommandName()
750 comments::CommandTraits::getBuiltinCommandInfo(CommandID); in getCommandName()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h99 unsigned CommandID : CommandInfo::NumCommandIDBits; variable
143 unsigned CommandID : CommandInfo::NumCommandIDBits; variable
321 unsigned CommandID, in InlineCommandComment() argument
327 InlineCommandCommentBits.CommandID = CommandID; in InlineCommandComment()
339 return InlineCommandCommentBits.CommandID; in getCommandID()
599 unsigned CommandID, in BlockCommandComment() argument
604 BlockCommandCommentBits.CommandID = CommandID; in BlockCommandComment()
611 unsigned CommandID, in BlockCommandComment() argument
616 BlockCommandCommentBits.CommandID = CommandID; in BlockCommandComment()
634 return BlockCommandCommentBits.CommandID; in getCommandID()
[all …]
H A DCommentSema.h91 unsigned CommandID,
102 unsigned CommandID,
120 unsigned CommandID,
133 unsigned CommandID,
142 unsigned CommandID);
149 unsigned CommandID);
160 unsigned CommandID,
H A DCommentCommandTraits.h153 const CommandInfo *getCommandInfo(unsigned CommandID) const;
165 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);
172 const CommandInfo *getRegisteredCommandInfo(unsigned CommandID) const;
H A DTextNodeDumper.h156 const char *getCommandName(unsigned CommandID);
H A DJSONNodeDumper.h185 StringRef getCommentCommandName(unsigned CommandID) const;
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs223 …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()