Home | History | Annotate | Download | only in AST

Lines Matching refs:BlockCommandComment

50 BlockCommandComment *Sema::actOnBlockCommandStart(
55 BlockCommandComment *BC = new (Allocator) BlockCommandComment(LocBegin, LocEnd,
62 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command,
63 ArrayRef<BlockCommandComment::Argument> Args) {
67 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command,
94 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) {
121 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) {
153 void Sema::checkContainerDecl(const BlockCommandComment *Comment) {
269 typedef BlockCommandComment::Argument Argument;
307 typedef BlockCommandComment::Argument Argument;
549 void Sema::checkBlockCommandEmptyParagraph(BlockCommandComment *Command) {
567 void Sema::checkReturnsCommand(const BlockCommandComment *Command) {
606 void Sema::checkBlockCommandDuplicate(const BlockCommandComment *Command) {
608 const BlockCommandComment *PrevCommand = NULL;
650 void Sema::checkDeprecatedCommand(const BlockCommandComment *Command) {