HomeSort by: relevance | last modified time | path
    Searched defs:CommentKind (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RawCommentList.h 34 enum CommentKind {
50 CommentKind getKind() const LLVM_READONLY {
51 return (CommentKind) Kind;
164 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
Decl.h 121 PragmaMSCommentKind CommentKind;
124 PragmaMSCommentKind CommentKind)
125 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {}
132 PragmaMSCommentKind CommentKind,
137 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
Comment.h 186 enum CommentKind {
197 Comment(CommentKind K,
204 CommentKind getCommentKind() const {
205 return static_cast<CommentKind>(CommentBits.Kind);
238 InlineContentComment(CommentKind K,
376 HTMLTagComment(CommentKind K,
532 BlockContentComment(CommentKind K,
613 BlockCommandComment(CommentKind K,

Completed in 20 milliseconds