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

  /external/clang/include/clang/Index/
CommentToXML.h 20 class FullComment;
35 void convertCommentToHTML(const comments::FullComment *FC,
43 void convertCommentToXML(const comments::FullComment *FC,
  /external/clang/unittests/AST/
CommentParser.cpp 53 FullComment *parseString(const char *Source);
56 FullComment *CommentParserTest::parseString(const char *Source) {
65 FullComment *FC = P.parseFullComment();
600 FullComment *FC = parseString(Source);
607 FullComment *FC = parseString(Source);
618 FullComment *FC = parseString(Source);
670 FullComment *FC = parseString(Sources[i]);
684 FullComment *FC = parseString(Source);
701 FullComment *FC = parseString(Source);
728 FullComment *FC = parseString(Source)
    [all...]
  /external/clang/include/clang/AST/
RawCommentList.h 25 class FullComment;
122 comments::FullComment *parse(const ASTContext &Context,
CommentParser.h 120 FullComment *parseFullComment();
CommentSema.h 187 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
207 void resolveParamCommandIndexes(const FullComment *FC);
Comment.h 30 class FullComment;
766 StringRef getParamName(const FullComment *FC) const;
836 StringRef getParamName(const FullComment *FC) const;
983 /// Information about the declaration, useful to clients of FullComment.
989 /// CurrentDecl is the declaration with which the FullComment is associated.
1095 class FullComment : public Comment {
1100 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
ASTContext.h 74 class FullComment;
586 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments;
617 comments::FullComment *getCommentForDecl(const Decl *D,
623 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
625 comments::FullComment *cloneFullComment(comments::FullComment *FC,
    [all...]
  /external/clang/lib/Index/
CommentToXML.cpp 82 /// Separate parts of a FullComment.
85 FullCommentParts(const FullComment *C,
98 FullCommentParts::FullCommentParts(const FullComment *C,
187 "a FullComment");
225 CommentASTToHTMLConverter(const FullComment *FC,
246 void visitFullComment(const FullComment *C);
257 const FullComment *FC;
442 void CommentASTToHTMLConverter::visitFullComment(const FullComment *C) {
533 CommentASTToXMLConverter(const FullComment *FC,
562 void visitFullComment(const FullComment *C)
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 40 const FullComment *FC = Context.getCommentForDecl(D, /*PP=*/nullptr);
381 const FullComment *FC = getASTNodeAs<FullComment>(CXC);
396 const FullComment *FC = getASTNodeAs<FullComment>(CXC);
  /external/clang/lib/AST/
ASTDumper.cpp 58 // Comment names (FullComment, ParagraphComment, TextComment, etc)
117 /// The \c FullComment parent of the comment being dumped.
118 const FullComment *FC;
203 void dumpFullComment(const FullComment *C);
818 const FullComment *Comment =
    [all...]
Comment.cpp 331 StringRef ParamCommandComment::getParamName(const FullComment *FC) const {
338 StringRef TParamCommandComment::getParamName(const FullComment *FC) const {
CommentSema.cpp 546 FullComment *Sema::actOnFullComment(
548 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo);
713 void Sema::resolveParamCommandIndexes(const FullComment *FC) {
    [all...]
RawCommentList.cpp 143 comments::FullComment *RawComment::parse(const ASTContext &Context,
ASTContext.cpp 418 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC,
427 comments::FullComment *CFC =
428 new (*this) comments::FullComment(FC->getBlocks(),
434 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const {
439 comments::FullComment *ASTContext::getCommentForDecl(
447 llvm::DenseMap<const Decl *, comments::FullComment *>::iterator Pos =
452 comments::FullComment *FC = Pos->second;
453 comments::FullComment *CFC = cloneFullComment(FC, D);
468 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)
    [all...]
CommentParser.cpp 759 FullComment *Parser::parseFullComment() {

Completed in 320 milliseconds