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) {
78 std::pair<CommentKind, bool> K = getCommentKind(RawText);
  /external/clang/include/clang/AST/
Comment.h 191 CommentKind getCommentKind() const {
240 return C->getCommentKind() >= FirstInlineContentCommentConstant &&
241 C->getCommentKind() <= LastInlineContentCommentConstant;
267 return C->getCommentKind() == TextCommentKind;
325 return C->getCommentKind() == InlineCommandCommentKind;
384 return C->getCommentKind() >= FirstHTMLTagCommentConstant &&
385 C->getCommentKind() <= LastHTMLTagCommentConstant;
450 return C->getCommentKind() == HTMLStartTagCommentKind;
505 return C->getCommentKind() == HTMLEndTagCommentKind;
525 return C->getCommentKind() >= FirstBlockContentCommentConstant &
    [all...]

Completed in 26 milliseconds