HomeSort by: relevance | last modified time | path
    Searched refs:BlockContentComment (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentParser.h 110 BlockContentComment *parseParagraphOrBlockCommand();
114 BlockContentComment *parseBlockContent();
Comment.h 530 class BlockContentComment : public Comment {
532 BlockContentComment(CommentKind K,
546 class ParagraphComment : public BlockContentComment {
551 BlockContentComment(ParagraphCommentKind,
596 class BlockCommandComment : public BlockContentComment {
618 BlockContentComment(K, LocBegin, LocEnd),
630 BlockContentComment(BlockCommandCommentKind, LocBegin, LocEnd),
1092 ArrayRef<BlockContentComment *> Blocks;
1096 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
1129 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks;
    [all...]
CommentSema.h 182 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
  /src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp 87 const BlockContentComment *Brief;
88 const BlockContentComment *Headerfile;
94 SmallVector<const BlockContentComment *, 8> MiscBlocks;
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentParser.cpp 384 BlockContentComment *Block = parseParagraphOrBlockCommand();
558 BlockContentComment *Parser::parseParagraphOrBlockCommand() {
732 BlockContentComment *Parser::parseBlockContent() {
768 SmallVector<BlockContentComment *, 8> Blocks;
CommentSema.cpp 547 ArrayRef<BlockContentComment *> Blocks) {

Completed in 120 milliseconds