Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DCommentSema.cpp52 unsigned CommandID, in actOnBlockCommandStart()
78 unsigned CommandID, in actOnParamCommandStart()
279 unsigned CommandID, in actOnTParamCommandStart()
363 unsigned CommandID) { in actOnInlineCommand()
376 unsigned CommandID, in actOnInlineCommand()
397 unsigned CommandID = Traits.registerUnknownCommand(CommandName)->getID(); in actOnUnknownCommand() local
403 unsigned CommandID) { in actOnUnknownCommand()
418 unsigned CommandID) { in actOnVerbatimBlockStart()
441 unsigned CommandID, in actOnVerbatimLine()
DCommentCommandTraits.cpp118 unsigned CommandID) { in getBuiltinCommandInfo()
DASTDumper.cpp1963 const char *ASTDumper::getCommandName(unsigned CommandID) { in getCommandName()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DComment.h99 unsigned CommandID : 8; variable
132 unsigned CommandID : 8; variable
315 unsigned CommandID, in InlineCommandComment()
601 unsigned CommandID, in BlockCommandComment()
613 unsigned CommandID, in BlockCommandComment()
709 unsigned CommandID, in ParamCommandComment()
803 unsigned CommandID, in TParamCommandComment()
885 unsigned CommandID) : in VerbatimBlockComment()
936 unsigned CommandID, in VerbatimLineComment()