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 111 BlockContentComment *parseParagraphOrBlockCommand();
115 BlockContentComment *parseBlockContent();
Comment.h 536 class BlockContentComment : public Comment {
538 BlockContentComment(CommentKind K,
552 class ParagraphComment : public BlockContentComment {
557 BlockContentComment(ParagraphCommentKind,
602 class BlockCommandComment : public BlockContentComment {
624 BlockContentComment(K, LocBegin, LocEnd),
636 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd),
1098 ArrayRef<BlockContentComment *> Blocks;
1102 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
1135 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks;
    [all...]
CommentSema.h 183 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
  /external/clang/lib/Index/
CommentToXML.cpp 87 const BlockContentComment *Brief;
88 const BlockContentComment *Headerfile;
94 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 196 milliseconds