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

  /external/clang/include/clang/AST/
CommentParser.h 117 BlockContentComment *parseParagraphOrBlockCommand();
121 BlockContentComment *parseBlockContent();
Comment.h 515 class BlockContentComment : public Comment {
517 BlockContentComment(CommentKind K,
531 class ParagraphComment : public BlockContentComment {
536 BlockContentComment(ParagraphCommentKind,
581 class BlockCommandComment : public BlockContentComment {
603 BlockContentComment(K, LocBegin, LocEnd),
615 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd),
1063 ArrayRef<BlockContentComment *> Blocks;
1067 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
1104 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks;
    [all...]
CommentSema.h 190 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
  /external/clang/lib/AST/
CommentParser.cpp 381 BlockContentComment *Block = parseParagraphOrBlockCommand();
549 BlockContentComment *Parser::parseParagraphOrBlockCommand() {
712 BlockContentComment *Parser::parseBlockContent() {
748 SmallVector<BlockContentComment *, 8> Blocks;
CommentSema.cpp 543 ArrayRef<BlockContentComment *> Blocks) {
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 412 const BlockContentComment *Brief;
413 const BlockContentComment *Headerfile;
418 SmallVector<const BlockContentComment *, 8> MiscBlocks;
    [all...]

Completed in 55 milliseconds