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;
90 BlockCommandComment *actOnBlockCommandStart(SourceLocation LocBegin,
95 void actOnBlockCommandArgs(BlockCommandComment *Command,
96 ArrayRef<BlockCommandComment::Argument> Args);
98 void actOnBlockCommandFinish(BlockCommandComment *Command,
185 void checkBlockCommandEmptyParagraph(BlockCommandComment *Command);
187 void checkReturnsCommand(const BlockCommandComment *Command);
191 void checkBlockCommandDuplicate(const BlockCommandComment *Command);
193 void checkDeprecatedCommand(const BlockCommandComment *Comment)
    [all...]
CommentParser.h 101 void parseBlockCommandArgs(BlockCommandComment *BC,
105 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 552 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) {
553 void visitBlockCommandComment(const BlockCommandComment *C);
711 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 1403 milliseconds