Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DComment.h191 CommentKind getCommentKind() const { in getCommentKind() function
240 return C->getCommentKind() >= FirstInlineContentCommentConstant && in classof()
241 C->getCommentKind() <= LastInlineContentCommentConstant; in classof()
267 return C->getCommentKind() == TextCommentKind; in classof()
325 return C->getCommentKind() == InlineCommandCommentKind; in classof()
384 return C->getCommentKind() >= FirstHTMLTagCommentConstant && in classof()
385 C->getCommentKind() <= LastHTMLTagCommentConstant; in classof()
450 return C->getCommentKind() == HTMLStartTagCommentKind; in classof()
505 return C->getCommentKind() == HTMLEndTagCommentKind; in classof()
525 return C->getCommentKind() >= FirstBlockContentCommentConstant && in classof()
[all …]
DCommentVisitor.h33 switch (C->getCommentKind()) { in visit()
/external/clang/lib/AST/
DComment.cpp22 switch (getCommentKind()) { in getCommentKindName()
67 switch (getCommentKind()) { in child_begin()
81 switch (getCommentKind()) { in child_end()
DRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment) { in getCommentKind() function
78 std::pair<CommentKind, bool> K = getCommentKind(RawText); in RawComment()
/external/clang/tools/libclang/
DCXComment.cpp42 switch (C->getCommentKind()) { in clang_Comment_getKind()
429 switch (Child->getCommentKind()) { in FullCommentParts()