Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h204 CommentKind getCommentKind() const { in getCommentKind() function
274 return C->getCommentKind() == TextCommentKind; in classof()
333 return C->getCommentKind() == InlineCommandCommentKind; in classof()
465 return C->getCommentKind() == HTMLStartTagCommentKind; in classof()
520 return C->getCommentKind() == HTMLEndTagCommentKind; in classof()
569 return C->getCommentKind() == ParagraphCommentKind; in classof()
734 return C->getCommentKind() == ParamCommandCommentKind; in classof()
825 return C->getCommentKind() == TParamCommandCommentKind; in classof()
907 return C->getCommentKind() == VerbatimBlockCommentKind; in classof()
963 return C->getCommentKind() == VerbatimLineCommentKind; in classof()
[all …]
H A DCommentVisitor.h31 switch (C->getCommentKind()) { in visit()
H A DDecl.h137 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
/netbsd/external/apache2/llvm/dist/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.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function
122 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
H A DTextNodeDumper.cpp1742 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp46 switch (C->getCommentKind()) { in clang_Comment_getKind()
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp105 switch (Child->getCommentKind()) { in FullCommentParts()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp340 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5800 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()