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

1 2

  /external/clang/lib/AST/
RawCommentList.cpp 25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment,
121 std::pair<CommentKind, bool> K = getCommentKind(RawText, ParseAllComments);
  /external/clang/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Decl.h 132 PragmaMSCommentKind getCommentKind() const { return CommentKind; }
    [all...]

Completed in 2937 milliseconds

1 2