Home
last modified time | relevance | path

Searched refs:CommentKind (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DRawCommentList.h30 enum CommentKind { enum
46 CommentKind getKind() const LLVM_READONLY { in getKind()
47 return (CommentKind) Kind; in getKind()
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
DComment.h186 enum CommentKind { enum
197 Comment(CommentKind K, in Comment()
204 CommentKind getCommentKind() const { in getCommentKind()
205 return static_cast<CommentKind>(CommentBits.Kind); in getCommentKind()
244 InlineContentComment(CommentKind K, in InlineContentComment()
382 HTMLTagComment(CommentKind K, in HTMLTagComment()
538 BlockContentComment(CommentKind K, in BlockContentComment()
619 BlockCommandComment(CommentKind K, in BlockCommandComment()
DDecl.h114 PragmaMSCommentKind CommentKind; variable
121 PragmaMSCommentKind CommentKind) in PragmaCommentDecl() argument
122 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl()
127 PragmaMSCommentKind CommentKind,
132 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind()
/external/clang/lib/AST/
DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
31 RawComment::CommentKind K; in getCommentKind()
104 static bool isOrdinaryKind(RawComment::CommentKind K) { in isOrdinaryKind()
121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments); in RawComment()
DDecl.cpp3928 PragmaMSCommentKind CommentKind, in Create() argument
3932 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
/external/clang/lib/Serialization/
DASTReader.cpp8274 RawComment::CommentKind Kind = in ReadComments()
8275 (RawComment::CommentKind) Record[Idx++]; in ReadComments()
DASTReaderDecl.cpp575 D->CommentKind = (PragmaMSCommentKind)Record[Idx++]; in VisitPragmaCommentDecl()