HomeSort by relevance Sort by last modified time
    Searched defs:getCommentKind (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
RawCommentList.cpp 24 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment,
80 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
  /external/clang/include/clang/AST/
Comment.h 204 CommentKind getCommentKind() const {
253 return C->getCommentKind() >= FirstInlineContentCommentConstant &&
254 C->getCommentKind() <= LastInlineContentCommentConstant;
280 return C->getCommentKind() == TextCommentKind;
338 return C->getCommentKind() == InlineCommandCommentKind;
397 return C->getCommentKind() >= FirstHTMLTagCommentConstant &&
398 C->getCommentKind() <= LastHTMLTagCommentConstant;
471 return C->getCommentKind() == HTMLStartTagCommentKind;
526 return C->getCommentKind() == HTMLEndTagCommentKind;
546 return C->getCommentKind() >= FirstBlockContentCommentConstant &
    [all...]

Completed in 61 milliseconds