HomeSort by relevance Sort by last modified time
    Searched refs:BlockCommandComment (Results 1 - 8 of 8) sorted by null

  /external/clang/include/clang/AST/
CommentSema.h 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)
    [all...]
CommentParser.h 107 void parseBlockCommandArgs(BlockCommandComment *BC,
111 BlockCommandComment *parseBlockCommand();
Comment.h 128 friend class BlockCommandComment;
581 class BlockCommandComment : public BlockContentComment {
598 BlockCommandComment(CommentKind K,
611 BlockCommandComment(SourceLocation LocBegin,
696 class ParamCommandComment : public BlockCommandComment {
708 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd,
770 class TParamCommandComment : public BlockCommandComment {
791 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID,
862 class VerbatimBlockComment : public BlockCommandComment {
872 BlockCommandComment(VerbatimBlockCommentKind
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 220 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
229 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
238 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
246 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
415 const BlockCommandComment *Returns;
445 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child)
    [all...]
  /external/clang/lib/AST/
CommentSema.cpp 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
    [all...]
CommentParser.cpp 284 void Parser::parseBlockCommandArgs(BlockCommandComment *BC,
287 typedef BlockCommandComment::Argument Argument;
302 BlockCommandComment *Parser::parseBlockCommand() {
307 BlockCommandComment *BC;
ASTDumper.cpp 301 void visitBlockCommandComment(const BlockCommandComment *C);
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 163 BlockCommandComment *&BCC,
173 << "BlockCommandComment has name \"" << ActualName.str() << "\", "
664 BlockCommandComment *BCC;
681 BlockCommandComment *BCC;
688 BlockCommandComment *BCC;
708 BlockCommandComment *BCC;
718 BlockCommandComment *BCC;
763 BlockCommandComment *BCC;
958 BlockCommandComment *BCC;
    [all...]

Completed in 39 milliseconds