Home | History | Annotate | Download | only in AST

Lines Matching refs:BlockCommandComment

59   const BlockCommandComment *BriefCommand;
62 const BlockCommandComment *ReturnsCommand;
65 const BlockCommandComment *HeaderfileCommand;
97 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin,
102 void actOnBlockCommandArgs(BlockCommandComment *Command,
103 ArrayRef<BlockCommandComment::Argument> Args);
105 void actOnBlockCommandFinish(BlockCommandComment *Command,
192 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command);
194 void checkReturnsCommand(const BlockCommandComment *Command);
198 void checkBlockCommandDuplicate(const BlockCommandComment *Command);
200 void checkDeprecatedCommand(const BlockCommandComment *Comment);
202 void checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment);
204 void checkContainerDeclVerbatimLine(const BlockCommandComment *Comment);
206 void checkContainerDecl(const BlockCommandComment *Comment);