Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h209 CommentKind getCommentKind() const { in getCommentKind() function
252 return C->getCommentKind() >= FirstInlineContentCommentConstant && in classof()
253 C->getCommentKind() <= LastInlineContentCommentConstant; in classof()
279 return C->getCommentKind() == TextCommentKind; in classof()
331 return C->getCommentKind() == InlineCommandCommentKind; in classof()
389 return C->getCommentKind() >= FirstHTMLTagCommentConstant && in classof()
390 C->getCommentKind() <= LastHTMLTagCommentConstant; in classof()
457 return C->getCommentKind() == HTMLStartTagCommentKind; in classof()
512 return C->getCommentKind() == HTMLEndTagCommentKind; in classof()
532 return C->getCommentKind() >= FirstBlockContentCommentConstant && in classof()
[all …]
H A DCommentVisitor.h31 switch (C->getCommentKind()) { in visit()
H A DDecl.h161 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp36 switch (getCommentKind()) { in getCommentKindName()
83 switch (getCommentKind()) { in child_begin()
97 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.cpp1849 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp46 switch (C->getCommentKind()) { in clang_Comment_getKind()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp105 switch (Child->getCommentKind()) { in FullCommentParts()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp346 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp6430 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()