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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h204 CommentKind getCommentKind() const { function in class:clang::comments::Comment
247 return C->getCommentKind() >= FirstInlineContentCommentConstant &&
248 C->getCommentKind() <= LastInlineContentCommentConstant;
274 return C->getCommentKind() == TextCommentKind;
333 return C->getCommentKind() == InlineCommandCommentKind;
391 return C->getCommentKind() >= FirstHTMLTagCommentConstant &&
392 C->getCommentKind() <= LastHTMLTagCommentConstant;
465 return C->getCommentKind() == HTMLStartTagCommentKind;
520 return C->getCommentKind() == HTMLEndTagCommentKind;
540 return C->getCommentKind() >
[all...]
H A DCommentVisitor.h31 switch (C->getCommentKind()) {
H A DDecl.h137 PragmaMSCommentKind getCommentKind() const { return CommentKind; } function in class:clang::final
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp36 switch (getCommentKind()) {
83 switch (getCommentKind()) {
97 switch (getCommentKind()) {
H A DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, function in namespace:__anon1596
122 getCommentKind(RawText, CommentOpts.ParseAllComments);
H A DTextNodeDumper.cpp1704 switch (D->getCommentKind()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp105 switch (Child->getCommentKind()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp340 Record.push_back(D->getCommentKind());
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5466 switch (PCD->getCommentKind()) {

Completed in 216 milliseconds