Home
last modified time | relevance | path

Searched refs:getCommentKind (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h233 CommentKind getCommentKind() const {
276 return C->getCommentKind() >=
278 C->getCommentKind() <= CommentKind::LastInlineContentCommentConstant;
302 return C->getCommentKind() == CommentKind::TextComment;
352 return C->getCommentKind() == CommentKind::InlineCommandComment;
411 return C->getCommentKind() >= CommentKind::FirstHTMLTagCommentConstant &&
412 C->getCommentKind() <= CommentKind::LastHTMLTagCommentConstant;
477 return C->getCommentKind() == CommentKind::HTMLStartTagComment;
528 return C->getCommentKind() == CommentKind::HTMLEndTagComment;
548 return C->getCommentKind() >=
[all …]
H A DCommentVisitor.h31 switch (C->getCommentKind()) { in visit()
H A DDecl.h163 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
/src/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp36 switch (getCommentKind()) { in getCommentKindName()
84 switch (getCommentKind()) { in child_begin()
99 switch (getCommentKind()) { in child_end()
H A DRawCommentList.cpp26 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function
123 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
H A DTextNodeDumper.cpp2300 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
/src/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp106 switch (Child->getCommentKind()) { in FullCommentParts()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp419 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7021 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()