Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h34 enum CommentKind { enum
50 CommentKind getKind() const LLVM_READONLY { in getKind()
51 return (CommentKind) Kind; in getKind()
183 LLVM_PREFERRED_TYPE(CommentKind)
196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment()
H A DDecl.h171 PragmaMSCommentKind CommentKind; variable
174 PragmaMSCommentKind CommentKind) in PragmaCommentDecl() argument
175 : Decl(PragmaComment, TU, CommentLoc), CommentKind(CommentKind) {} in PragmaCommentDecl()
182 PragmaMSCommentKind CommentKind,
187 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp37 case CommentKind::None: in getCommentKindName()
41 case CommentKind::CLASS: \ in getCommentKindName()
85 case CommentKind::None: in child_begin()
89 case CommentKind::CLASS: \ in child_begin()
100 case CommentKind::None: in child_end()
104 case CommentKind::CLASS: \ in child_end()
H A DRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
30 RawComment::CommentKind K; in getCommentKind()
103 static bool isOrdinaryKind(RawComment::CommentKind K) { in isOrdinaryKind()
120 std::pair<CommentKind, bool> K = in RawComment()
H A DDecl.cpp5388 PragmaMSCommentKind CommentKind, in Create() argument
5392 PragmaCommentDecl(DC, CommentLoc, CommentKind); in Create()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp106 case CommentKind::None: in FullCommentParts()
109 case CommentKind::ParagraphComment: { in FullCommentParts()
120 case CommentKind::BlockCommandComment: { in FullCommentParts()
143 case CommentKind::ParamCommandComment: { in FullCommentParts()
155 case CommentKind::TParamCommandComment: { in FullCommentParts()
167 case CommentKind::VerbatimBlockComment: in FullCommentParts()
171 case CommentKind::VerbatimLineComment: { in FullCommentParts()
179 case CommentKind::TextComment: in FullCommentParts()
180 case CommentKind::InlineCommandComment: in FullCommentParts()
181 case CommentKind::HTMLStartTagComment: in FullCommentParts()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp665 D->CommentKind = (PragmaMSCommentKind)Record.readInt(); in VisitPragmaCommentDecl()
H A DASTReader.cpp10201 RawComment::CommentKind Kind = in ReadComments()
10202 (RawComment::CommentKind) Record[Idx++]; in ReadComments()