Searched defs:CommandID (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | CommentSema.cpp | 53 actOnBlockCommandStart(SourceLocation LocBegin,SourceLocation LocEnd,unsigned CommandID,CommandMarkerKind CommandMarker) actOnBlockCommandStart() argument 83 actOnParamCommandStart(SourceLocation LocBegin,SourceLocation LocEnd,unsigned CommandID,CommandMarkerKind CommandMarker) actOnParamCommandStart() argument 283 actOnTParamCommandStart(SourceLocation LocBegin,SourceLocation LocEnd,unsigned CommandID,CommandMarkerKind CommandMarker) actOnTParamCommandStart() argument 363 actOnInlineCommand(SourceLocation CommandLocBegin,SourceLocation CommandLocEnd,unsigned CommandID,ArrayRef<Comment::Argument> Args) actOnInlineCommand() argument 375 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); actOnUnknownCommand() local 381 actOnUnknownCommand(SourceLocation LocBegin,SourceLocation LocEnd,unsigned CommandID) actOnUnknownCommand() argument 394 actOnVerbatimBlockStart(SourceLocation Loc,unsigned CommandID) actOnVerbatimBlockStart() argument 417 actOnVerbatimLine(SourceLocation LocBegin,unsigned CommandID,SourceLocation TextBegin,StringRef Text) actOnVerbatimLine() argument [all...] |
H A D | CommentCommandTraits.cpp | 117 if (CommandID < std::size(Commands)) in getBuiltinCommandInfo() argument
|
H A D | TextNodeDumper.cpp | 976 getCommandName(unsigned CommandID) getCommandName() argument
|
/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 715 const unsigned CommandID = C->getCommandID(); in visitBlockCommandComment() local
|