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

  /external/clang/include/clang/AST/
CommentSema.h 59 const BlockCommandComment *BriefCommand;
62 const BlockCommandComment *HeaderfileCommand;
94 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin,
99 void actOnBlockCommandArgs(BlockCommandComment *Command,
100 ArrayRef<BlockCommandComment::Argument> Args);
102 void actOnBlockCommandFinish(BlockCommandComment *Command,
189 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command);
191 void checkReturnsCommand(const BlockCommandComment *Command);
195 void checkBlockCommandDuplicate(const BlockCommandComment *Command);
197 void checkDeprecatedCommand(const BlockCommandComment *Comment)
    [all...]
CommentParser.h 105 void parseBlockCommandArgs(BlockCommandComment *BC,
109 BlockCommandComment *parseBlockCommand();
Comment.h 139 friend class BlockCommandComment;
602 class BlockCommandComment : public BlockContentComment {
619 BlockCommandComment(CommentKind K,
632 BlockCommandComment(SourceLocation LocBegin,
717 class ParamCommandComment : public BlockCommandComment {
732 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd,
805 class TParamCommandComment : public BlockCommandComment {
826 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID,
897 class VerbatimBlockComment : public BlockCommandComment {
907 BlockCommandComment(VerbatimBlockCommentKind
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 228 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
237 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
246 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
254 const BlockCommandComment *BCC = getASTNodeAs<BlockCommandComment>(CXC);
  /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,
98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) {
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) {
168 void Sema::checkContainerDecl(const BlockCommandComment *Comment) {
268 typedef BlockCommandComment::Argument Argument
    [all...]
CommentParser.cpp 293 void Parser::parseBlockCommandArgs(BlockCommandComment *BC,
296 typedef BlockCommandComment::Argument Argument;
311 BlockCommandComment *Parser::parseBlockCommand() {
316 BlockCommandComment *BC = nullptr;
ASTDumper.cpp 546 void visitBlockCommandComment(const BlockCommandComment *C);
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 90 SmallVector<const BlockCommandComment *, 4> Returns;
93 llvm::TinyPtrVector<const BlockCommandComment *> Exceptions;
121 const BlockCommandComment *BCC = cast<BlockCommandComment>(Child);
168 MiscBlocks.push_back(cast<BlockCommandComment>(Child));
238 void visitBlockCommandComment(const BlockCommandComment *C);
332 const BlockCommandComment *C) {
554 void visitBlockCommandComment(const BlockCommandComment *C);
712 const BlockCommandComment *C) {
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 163 BlockCommandComment *&BCC,
173 << "BlockCommandComment has name \"" << ActualName.str() << "\", "
689 BlockCommandComment *BCC;
706 BlockCommandComment *BCC;
713 BlockCommandComment *BCC;
733 BlockCommandComment *BCC;
743 BlockCommandComment *BCC;
788 BlockCommandComment *BCC;
983 BlockCommandComment *BCC;
    [all...]

Completed in 196 milliseconds