HomeSort by: relevance | last modified time | path
    Searched defs:getCommentKind (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp 25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment,
122 getCommentKind(RawText, CommentOpts.ParseAllComments);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 137 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
Comment.h 204 CommentKind getCommentKind() const {
247 return C->getCommentKind() >= FirstInlineContentCommentConstant &&
248 C->getCommentKind() <= LastInlineContentCommentConstant;
274 return C->getCommentKind() == TextCommentKind;
333 return C->getCommentKind() == InlineCommandCommentKind;
391 return C->getCommentKind() >= FirstHTMLTagCommentConstant &&
392 C->getCommentKind() <= LastHTMLTagCommentConstant;
465 return C->getCommentKind() == HTMLStartTagCommentKind;
520 return C->getCommentKind() == HTMLEndTagCommentKind;
540 return C->getCommentKind() >= FirstBlockContentCommentConstant &
    [all...]

Completed in 18 milliseconds