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

/external/clang/include/clang/AST/
H A DComment.h987 const Decl *CommentDecl; member in struct:clang::comments::ParamCommandComment::DeclInfo
991 /// It can be different from \c CommentDecl. It happens when we we decide
992 /// that the comment originally attached to \c CommentDecl is fine for
994 /// \c CommentDecl).
999 /// Parameters that can be referenced by \\param if \c CommentDecl is something
1003 /// Function return type if \c CommentDecl is something that we consider
1007 /// Template parameters that can be referenced by \\tparam if \c CommentDecl is
1012 /// A simplified description of \c CommentDecl kind that should be good enough
1053 /// What kind of template specialization \c CommentDecl is.
1061 /// If false, only \c CommentDecl i
[all...]

Completed in 41 milliseconds