Searched refs:CommandID (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/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);
117 unsigned CommandID) {
118 if (CommandID < llvm::array_lengthof(Commands))
119 return &Commands[CommandID];
133 unsigned CommandID) const {
134 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
116 getBuiltinCommandInfo( unsigned CommandID) argument
H A DCommentSema.cpp53 unsigned CommandID,
56 CommandID,
83 unsigned CommandID,
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
286 unsigned CommandID,
289 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
368 unsigned CommandID) {
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
374 CommandID,
381 unsigned CommandID,
50 actOnBlockCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
80 actOnParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
283 actOnTParamCommandStart( SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
366 actOnInlineCommand(SourceLocation CommandLocBegin, SourceLocation CommandLocEnd, unsigned CommandID) argument
379 actOnInlineCommand(SourceLocation CommandLocBegin, SourceLocation CommandLocEnd, unsigned CommandID, SourceLocation ArgLocBegin, SourceLocation ArgLocEnd, StringRef Arg) argument
402 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); local
406 actOnUnknownCommand(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
422 actOnVerbatimBlockStart(SourceLocation Loc, unsigned CommandID) argument
445 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]
H A DJSONNodeDumper.cpp1497 StringRef JSONNodeDumper::getCommentCommandName(unsigned CommandID) const {
1499 return Traits->getCommandInfo(CommandID)->Name;
1501 comments::CommandTraits::getBuiltinCommandInfo(CommandID))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommandTraits.h153 const CommandInfo *getCommandInfo(unsigned CommandID) const;
164 /// NULL if \c CommandID is not a builtin command.
165 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);
172 const CommandInfo *getRegisteredCommandInfo(unsigned CommandID) const;
H A DCommentSema.h91 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 DComment.h99 unsigned CommandID : CommandInfo::NumCommandIDBits;
143 unsigned CommandID : CommandInfo::NumCommandIDBits;
323 unsigned CommandID,
329 InlineCommandCommentBits.CommandID = CommandID;
341 return InlineCommandCommentBits.CommandID;
616 unsigned CommandID,
621 BlockCommandCommentBits.CommandID = CommandID;
628 unsigned CommandID,
321 InlineCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, RenderKind RK, ArrayRef<Argument> Args) argument
613 BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
626 BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
722 ParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
816 TParamCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) argument
898 VerbatimBlockComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID) argument
949 VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
[all...]
H A DJSONNodeDumper.h184 StringRef getCommentCommandName(unsigned CommandID) const;
H A DTextNodeDumper.h157 const char *getCommandName(unsigned CommandID);

Completed in 141 milliseconds