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 115 BlockContentComment *parseParagraphOrBlockCommand();
119 BlockContentComment *parseBlockContent();
Comment.h 534 class BlockContentComment : public Comment {
536 BlockContentComment(CommentKind K,
550 class ParagraphComment : public BlockContentComment {
555 BlockContentComment(ParagraphCommentKind,
600 class BlockCommandComment : public BlockContentComment {
622 BlockContentComment(K, LocBegin, LocEnd),
634 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd),
1096 ArrayRef<BlockContentComment *> Blocks;
1100 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
1133 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks;
    [all...]
CommentSema.h 187 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
  /external/clang/lib/Index/
CommentToXML.cpp 88 const BlockContentComment *Brief;
89 const BlockContentComment *Headerfile;
95 SmallVector<const BlockContentComment *, 8> MiscBlocks;
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 385 BlockContentComment *Block = parseParagraphOrBlockCommand();
553 BlockContentComment *Parser::parseParagraphOrBlockCommand() {
728 BlockContentComment *Parser::parseBlockContent() {
764 SmallVector<BlockContentComment *, 8> Blocks;
CommentSema.cpp 547 ArrayRef<BlockContentComment *> Blocks) {
    [all...]

Completed in 179 milliseconds