Home
last modified time | relevance | path

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

/freebsd/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.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() function
121 getCommentKind(RawText, CommentOpts.ParseAllComments); in RawComment()
H A DTextNodeDumper.cpp2459 switch (D->getCommentKind()) { in VisitPragmaCommentDecl()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp105 switch (Child->getCommentKind()) { in FullCommentParts()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h187 PragmaMSCommentKind getCommentKind() const { return CommentKind; } in getCommentKind() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp572 Record.push_back(D->getCommentKind()); in VisitPragmaCommentDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7347 switch (PCD->getCommentKind()) { in EmitTopLevelDecl()