Searched defs:getCommentKind (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DRawCommentList.cpp24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, function in namespace:__anon17743
80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
/external/clang/include/clang/AST/
H A DComment.h202 CommentKind getCommentKind() const { function in class:clang::comments::Comment
251 return C->getCommentKind() >= FirstInlineContentCommentConstant &&
252 C->getCommentKind() <= LastInlineContentCommentConstant;
278 return C->getCommentKind() == TextCommentKind;
336 return C->getCommentKind() == InlineCommandCommentKind;
395 return C->getCommentKind() >= FirstHTMLTagCommentConstant &&
396 C->getCommentKind() <= LastHTMLTagCommentConstant;
469 return C->getCommentKind() == HTMLStartTagCommentKind;
524 return C->getCommentKind() == HTMLEndTagCommentKind;
544 return C->getCommentKind() >
[all...]

Completed in 146 milliseconds