Home
last modified time | relevance | path

Searched defs:CommandID (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/AST/
H A DCommentSema.cpp53 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 DCommentCommandTraits.cpp117 if (CommandID < std::size(Commands)) in getBuiltinCommandInfo() argument
H A DTextNodeDumper.cpp976 getCommandName(unsigned CommandID) getCommandName() argument
/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp715 const unsigned CommandID = C->getCommandID(); in visitBlockCommandComment() local