Searched defs:FullComment (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h30 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 { class in class:clang::comments::ParamCommandComment
1100 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : function in class:clang::comments::ParamCommandComment::FullComment

Completed in 35 milliseconds