Lines Matching refs:BlockCommandComment
50 BlockCommandComment *Sema::actOnBlockCommandStart( in actOnBlockCommandStart()
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd, in actOnBlockCommandStart()
62 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, in actOnBlockCommandArgs()
63 ArrayRef<BlockCommandComment::Argument> Args) { in actOnBlockCommandArgs()
67 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish()
98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine()
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine()
168 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
268 typedef BlockCommandComment::Argument Argument; in actOnParamCommandParamNameArg()
306 typedef BlockCommandComment::Argument Argument; in actOnTParamCommandParamNameArg()
563 void Sema::checkBlockCommandEmptyParagraph(BlockCommandComment *Command) { in checkBlockCommandEmptyParagraph()
581 void Sema::checkReturnsCommand(const BlockCommandComment *Command) { in checkReturnsCommand()
623 void Sema::checkBlockCommandDuplicate(const BlockCommandComment *Command) { in checkBlockCommandDuplicate()
625 const BlockCommandComment *PrevCommand = nullptr; in checkBlockCommandDuplicate()
661 void Sema::checkDeprecatedCommand(const BlockCommandComment *Command) { in checkDeprecatedCommand()